diff --git a/README.md b/README.md index b4090f8..f2b1924 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ reports ~7200 source code lines (excluding whitespace, comments, language keywor | `femto` \[options\] \[file\] | Starts editor with the specified file,
does not have to exist
*where \[file\] is the file's name* | | `femto` \[options\] --file=\[file\] | Same as above, just a different syntax | | `femto` --help | Shows help
![help image](./images/help.png) | + | `femto` --version | Shows version info
![version image](./images/version.png) | - [x] Command-line options: * Basic option syntax: * | Syntax | Description | diff --git a/images/version.png b/images/version.png new file mode 100644 index 0000000..5abe3ad Binary files /dev/null and b/images/version.png differ