Add cljdoc badge; fix typo in EDN file
This commit is contained in:
parent
c20cceac1d
commit
cc0e33413d
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
[](https://clojars.org/seancorfield/next.jdbc)
|
[](https://clojars.org/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)
|
* [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)
|
* [Migrating from `clojure.java.jdbc`](https://github.com/seancorfield/next-jdbc/blob/master/doc/differences.md)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
|
{: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"}]
|
["Friendly SQL Functions" {:file "doc/friendly_sql_fns.md"}]
|
||||||
["Result Set Builders" {:file "doc/rs_builders.md"}]
|
["Result Set Builders" {:file "doc/rs_builders.md"}]
|
||||||
["Prepared Statements" {:file "doc/prepared_stmt.md"}]
|
["Prepared Statements" {:file "doc/prepared_stmt.md"}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue