Skip to content

Commit 8e9b1cf

Browse files
committed
docs: change use to require in kaocha example
1 parent e9ba973 commit 8e9b1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ You can run the tests by running the following command from the project root dir
9999
You can also run tests from the repl. For example to run the tests inside `test/clojurians_log/views_test.clj`:
100100

101101
```
102-
(use 'kaocha.repl)
103-
(run 'clojurians-log.views-test)
102+
(require '[kaocha.repl :as k])
103+
(k/run 'clojurians-log.views-test)
104104
```
105105

106106
## License

0 commit comments

Comments
 (0)