Use syntax highlighting for README
This commit is contained in:
parent
6c943db44a
commit
b9575318a9
14
README.md
14
README.md
@ -84,14 +84,18 @@ run:
|
|||||||
|
|
||||||
Here are some interesting commands you might try, once you're in a running REPL:
|
Here are some interesting commands you might try, once you're in a running REPL:
|
||||||
|
|
||||||
(find-doc "vec")
|
```clojure
|
||||||
(find-doc #"vec$")
|
(find-doc "vec")
|
||||||
(doc vec)
|
(find-doc #"vec$")
|
||||||
|
(doc vec)
|
||||||
|
```
|
||||||
|
|
||||||
And if those still don't make sense:
|
And if those still don't make sense:
|
||||||
|
|
||||||
(doc doc)
|
```clojure
|
||||||
(doc find-doc)
|
(doc doc)
|
||||||
|
(doc find-doc)
|
||||||
|
```
|
||||||
|
|
||||||
will show you what those commands mean.
|
will show you what those commands mean.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user