Add cljdoc badge; fix typo in EDN file

This commit is contained in:
Sean Corfield 2019-04-21 13:12:21 -07:00
parent c20cceac1d
commit cc0e33413d
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,8 @@ The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for
## TL;DR
[![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc)
[![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/next.jdbc)](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT)
* [Getting Started](https://github.com/seancorfield/next-jdbc/blob/master/doc/getting_started.md)
* [Migrating from `clojure.java.jdbc`](https://github.com/seancorfield/next-jdbc/blob/master/doc/differences.md)

View file

@ -1,5 +1,5 @@
{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
["Getting Started" {:file "doc/getting-started.md"}
["Getting Started" {:file "doc/getting_started.md"}
["Friendly SQL Functions" {:file "doc/friendly_sql_fns.md"}]
["Result Set Builders" {:file "doc/rs_builders.md"}]
["Prepared Statements" {:file "doc/prepared_stmt.md"}]