Skip to content

Commit 5361548

Browse files
author
Yannick Scherer
committed
Merge pull request #29 from bbatsov/patch-1
Remove fast-zip reference
2 parents 209099a + f665a3f commit 5361548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-
7171
### Clojure Zipper
7272

7373
To traverse/modify the generated structure you can use rewrite-clj's
74-
whitespace-/comment-/value-aware zipper operations, based on
75-
[fast-zip](https://github.com/akhudek/fast-zip).
74+
whitespace-/comment-/value-aware zipper operations.
7675

7776
```clojure
7877
(require '[rewrite-clj.zip :as z])

0 commit comments

Comments
 (0)