From 5146dc05e593c70a25a98a2b10755a4bdb352e45 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 30 May 2022 12:26:05 -0400 Subject: [PATCH] README: shorter --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01fbcf9..3d81032 100644 --- a/README.md +++ b/README.md @@ -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