From 25c4da6b4d61efb55c194a2e7d45f98b6bfd5d94 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 6 Jan 2022 14:33:49 -0500 Subject: [PATCH] README: more more more more more nits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b73035c..c99fe7c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You're done. ## Introduction -Nativefier is a command-line tool to easily create a "desktop app" for any web site +Nativefier is a command-line tool to easily create a “desktop app” for any web site with minimal fuss. Apps are wrapped by [Electron](https://www.electronjs.org/) (which uses Chromium under the hood) in an OS executable (`.app`, `.exe`, etc) usable on Windows, macOS and Linux. @@ -43,7 +43,7 @@ Optional dependencies: ## Usage -To create a desktop app for medium.com, simply `nativefier "medium.com"` +To create a desktop 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,