diff options
author | Adam Mathes <amathes@gmail.com> | 2018-04-07 10:18:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 10:18:21 -0700 |
commit | a5490ac27b5fe0d9f3404625844c82d3b6d3d612 (patch) | |
tree | 3b0e87a1fd0b4151bf93bb7b8767433e6ef5cab4 | |
parent | d2ff568be0247c4a699a40e3d0eab7acb9499c2d (diff) | |
parent | 8562f3cdfae85e0094a4974356b34d61d2619be9 (diff) | |
download | snkt-a5490ac27b5fe0d9f3404625844c82d3b6d3d612.tar.gz snkt-a5490ac27b5fe0d9f3404625844c82d3b6d3d612.tar.bz2 snkt-a5490ac27b5fe0d9f3404625844c82d3b6d3d612.zip |
Merge pull request #1 from alicebob/patch-1
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. |