diff options
author | Harmen <harm@dds.nl> | 2018-04-07 11:10:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 11:10:57 +0200 |
commit | 8562f3cdfae85e0094a4974356b34d61d2619be9 (patch) | |
tree | 3b0e87a1fd0b4151bf93bb7b8767433e6ef5cab4 | |
parent | d2ff568be0247c4a699a40e3d0eab7acb9499c2d (diff) | |
download | snkt-8562f3cdfae85e0094a4974356b34d61d2619be9.tar.gz snkt-8562f3cdfae85e0094a4974356b34d61d2619be9.tar.bz2 snkt-8562f3cdfae85e0094a4974356b34d61d2619be9.zip |
fix cli argument
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ Output should now be in the `html` directory and look like `snkt` includes a simple web server to view the results with - $ snkt -p + $ snkt -s Visiting http://localhost:8000 in a web browser should now show the site and the first post. |