Skip to content

Commit

Permalink
Update version reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfreeman committed Mar 24, 2023
1 parent 1d4584a commit 021e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 021e49a

Please sign in to comment.