From f9e9c16d58932c4a18f17e493b2f2fe5821218bb Mon Sep 17 00:00:00 2001 From: PoziWorld Date: Wed, 20 Jan 2016 14:55:40 -0800 Subject: [PATCH] Minor copy fixes an native desktop app => a native desktop app can built => can be built --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf366e9..8e45acf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install nativefier -g ## Usage -Creating an native desktop app for [medium.com](medium.com): +Creating a native desktop app for [medium.com](medium.com): ```bash $ nativefier "http://medium.com" @@ -161,7 +161,7 @@ A template app with the appropriate event listeners and callbacks set up is incl Tested mostly on OSX, but should work for windows and linux. ### Back Button -A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can built for any url, and simply pressing the `backspace` key will take the user back to the previous page. +A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can be built for any url, and simply pressing the `backspace` key will take the user back to the previous page. ## Issues