README: shorter

This commit is contained in:
Ronan Jouchet 2022-05-30 12:26:05 -04:00
parent 1d56cd77bc
commit 5146dc05e5
1 changed files with 4 additions and 5 deletions

View File

@ -74,14 +74,13 @@ Optional dependencies:
## Usage
To create a desktop app for medium.com, simply `nativefier 'medium.com'`
To create an app for medium.com, simply `nativefier 'medium.com'`
Nativefier will try to determine the app name, and well as lots of other options.
If desired, these options can be overwritten. For example, to override the name,
`nativefier --name 'My Medium App' 'medium.com'`
Nativefier will try to determine the app name, and well as other options that you
can override. For example, to override the name, `nativefier --name 'My Medium App' 'medium.com'`
**Read the [API docs](API.md) or run `nativefier --help`**
to learn about command-line flags usable to configure your app.
to learn about command-line flags and configure your app.
## Troubleshooting