Skip to content

Commit 2fed12a

Browse files
author
Yannick Scherer
committed
update README.md
1 parent 4c3fdc2 commit 2fed12a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Alternatively, by hand:
6767
;; => <meta: ^:private sym>
6868
```
6969

70+
See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-clj.node.html) for more information.
71+
7072
### Clojure Zipper
7173

7274
To traverse/modify the generated structure you can use rewrite-clj's
@@ -99,6 +101,8 @@ whitespace-/comment-/value-aware zipper operations, based on
99101
by transparently coercing between the node's internal representation (`<token: my-function>`)
100102
and its corresponding s-expression (`my-function`).
101103

104+
See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-clj.zip.html) for more information.
105+
102106
## Sweet Code Traversal
103107

104108
### Example

0 commit comments

Comments
 (0)