From f60356f0b4882d2019be0c9f0762f3510bf7cba4 Mon Sep 17 00:00:00 2001 From: Carl Hauser Date: Sat, 22 Jul 2017 09:52:46 -0700 Subject: [PATCH] Touch up format in README --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7bbc71c..580f1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +# emacs backup files +*~ diff --git a/README.md b/README.md index 5b70761..a1166b9 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ Source code for the program may be found at the project github page: ### Package as .exe pyinstaller -F SerialToKbd.py -The created .exe is dist/SerialToKbd.exe +The created .exe is 'dist/SerialToKbd.exe'