minor doc updates

This commit is contained in:
Sean Corfield 2023-12-15 20:35:30 -08:00
parent bc92cc027d
commit 81ebccc490

View file

@ -6,7 +6,7 @@ It is designed to work with Clojure 1.10 or later, supports `datafy`/`nav`, and
## Installation
**You must be using Clojure 1.10 or later.** 1.10.3 is the most recent stable version of Clojure (as of March 4th, 2021).
**You must be using Clojure 1.10 or later.** 1.11.1 is the most recent stable version of Clojure (as of April 5th, 2022).
You can add `next.jdbc` to your project with either:
@ -48,7 +48,7 @@ In this REPL session, we'll define an H2 datasource, create a database with a si
```clojure
> clj
Clojure 1.10.3
Clojure 1.11.1
user=> (require '[next.jdbc :as jdbc])
nil
user=> (def db {:dbtype "h2" :dbname "example"})