From 021e49ad93c6083c0a4b1b2dc0142755545b28e4 Mon Sep 17 00:00:00 2001 From: "Freeman, Danny (ARC-TH)[ASRC Federal Data Solutions, LLC]" Date: Fri, 24 Mar 2023 07:07:00 -0700 Subject: [PATCH] Update version reference in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d4589..75d34ed 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/ To use stardog-clj, follow these simple steps: 1. Install Stardog. See [Getting Stardog](https://www.stardog.com/docs/#_getting_stardog) for details. -2. In your application, add the stardog-clj dependency to your project.clj file, or equivalent build tool. For example, `[stardog-clj "7.8.2"]` +2. In your application, add the stardog-clj dependency to your project.clj file, or equivalent build tool. For example, `[stardog-clj "9.0.0"]` 3. In your application, create a database specification `(create-db-spec database "http://localhost:5820/" "admin" "admin" true)` 4. You can use this specification to make a connection pool with `(make-datasource spec)` 5. Use `(with-connection-pool [conn datasource])` to start using the connection pool