Skip to content

Commit e9ba973

Browse files
committed
Use require instead of use
1 parent 4ab974e commit e9ba973

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
@@ -45,8 +45,8 @@ user=> (go)
4545
...
4646
Started clojurians-log on http://localhost:4983
4747
:started
48-
user=> (use 'clojurians-log.repl)
49-
user=> (load-demo-data! "/path/to/clojurians-log-demo-data")
48+
user=> (require '[clojurians-log.repl :as r])
49+
user=> (r/load-demo-data! "/path/to/clojurians-log-demo-data")
5050
/path/to/clojurians-log-demo-data/2018-02-01.txt
5151
/path/to/clojurians-log-demo-data/2018-02-02.txt
5252
/path/to/clojurians-log-demo-data/2018-02-03.txt

0 commit comments

Comments
 (0)