Skip to content

Commit 65771dc

Browse files
committed
Fix watch-paths arg in start command in README
1 parent edbb797 commit 65771dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To play with this, you need to have [Clojure
88
installed](https://clojure.org/guides/install_clojure), then run:
99

1010
``` shell
11-
clj -M:nextjournal/clerk nextjournal.clerk/serve! --paths notebooks --port 7777 --browse
11+
clj -M:nextjournal/clerk nextjournal.clerk/serve! --watch-paths notebooks --port 7777 --browse
1212
```
1313

1414
This will start the Clerk webserver on port 7777 and watch the

0 commit comments

Comments
 (0)