Skip to content

Commit

Permalink
Touch up the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Fingerhut committed Dec 5, 2011
1 parent 4e18113 commit b939840
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.markdown
Expand Up @@ -10,9 +10,8 @@ Examples work with strings for the ns and name, as well as just a
symbol (no quoting needed -- it will not work if you do). The symbol
can be of a special form (e.g. let, try, catch), macros (e.g. for,
areduce), or functions. Use 'cdoc' to pretty-print the normal Clojure
doc string, followed by the following information from
clojuredocs.org, if available: examples, see-also list of symbols, and
comment.
doc string and the following information from clojuredocs.org:
examples, see-also list of symbols, and comment.

(cdoc "clojure.core" "map")
(cdoc map)
Expand Down

0 comments on commit b939840

Please sign in to comment.