We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab974e commit e9ba973Copy full SHA for e9ba973
README.md
@@ -45,8 +45,8 @@ user=> (go)
45
...
46
Started clojurians-log on http://localhost:4983
47
:started
48
-user=> (use 'clojurians-log.repl)
49
-user=> (load-demo-data! "/path/to/clojurians-log-demo-data")
+user=> (require '[clojurians-log.repl :as r])
+user=> (r/load-demo-data! "/path/to/clojurians-log-demo-data")
50
/path/to/clojurians-log-demo-data/2018-02-01.txt
51
/path/to/clojurians-log-demo-data/2018-02-02.txt
52
/path/to/clojurians-log-demo-data/2018-02-03.txt
0 commit comments