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 d9f630c commit 0df892dCopy full SHA for 0df892d
README.md
@@ -2,7 +2,7 @@
2
3
__rewrite-clj__ is a library offering mechanisms to easily rewrite Clojure/EDN documents in a whitespace- and comment-preserving
4
way. It includes an EDN parser (based on [clojure.tools.reader](https://github.com/clojure/tools.reader)), a corresponding
5
-printer, as well as an EDN-aware zipper implementation (based on [fast-zip](https://github.com/akhudek/fast-zip)).
+printer, as well as an EDN-aware zipper implementation (based on [clojure.zip](https://clojure.github.io/clojure/clojure.zip-api.html)).
6
7
[](https://travis-ci.org/xsc/rewrite-clj)
8
0 commit comments