From f6cd060c83af95d312672083d136587015b443a7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 19 Jun 2021 16:39:55 +0200 Subject: [PATCH] doc [skip ci] --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index e03d01d0..001031ab 100644 --- a/examples/README.md +++ b/examples/README.md @@ -468,7 +468,8 @@ STDERR is TTY?: false ## [normalize-keywords.clj](normalize-keywords.clj) Provide a Clojure file to the script and it will print the Clojure file with -auto-resolved keywords normalized to fully qualified ones: `::set/foo` becomes `:clojure.set/foo`. +auto-resolved keywords normalized to fully qualified ones without double colons: +`::set/foo` becomes `:clojure.set/foo`. ``` clojure $ cat /tmp/test.clj