From 81ebccc4900bfe246e05696d69a498aa0d0c63b8 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 15 Dec 2023 20:35:30 -0800 Subject: [PATCH] minor doc updates --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 3d67a7c..9b5ae2f 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -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"})