From 7df86ad32650f21c5e8f203edf5cb2d670ba486d Mon Sep 17 00:00:00 2001 From: fohristiwhirl Date: Sun, 18 Nov 2018 01:04:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e8e8ca..d3cf2aa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Once the dependencies are installed (`npm install`), it should be possible to bu # Usage -Open a file from the menu, or via command line with `electron . -o filename.hlt`. Drag-and-dropping a file onto the window may also work. Once a file is opened, navigate with left and right arrow keys. +Open a file from the menu, or via command line with `electron . filename.hlt`. Drag-and-dropping a file onto the window may also work. Once a file is opened, navigate with left and right arrow keys. # Thanks