summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6021ead..9c1e47d 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The `bar.png` file is a static file.
To generate the HTML files, run the following command:
```bash
-$ crocc -out=dst -url="http://example.com" -sitemap src
+$ crocc -out=dst -url="http://example.com" src
```
The `dst` directory will contain the following files:
@@ -36,8 +36,7 @@ dst/
├── index.html
├── about.html
├── bar.png
-├── contact.html
-└── sitemap.xml
+└── contact.html
```
You can now upload the `dst` directory to your web server and you're done!