We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da6397 commit ad4614eCopy full SHA for ad4614e
2 files changed
README.md
@@ -12,11 +12,11 @@ database connection pool and [Ragtime][] migrations to a configuration.
12
13
Add the following dependency to your deps.edn file:
14
15
- duct/module.sql {:mvn/version "0.6.1"}
+ org.duct-framework/module.sql {:mvn/version "0.6.1"}
16
17
Or to your Leiningen project file:
18
19
- [duct/module.sql "0.6.1"]
+ [org.duct-framework/module.sql "0.6.1"]
20
21
## Usage
22
project.clj
@@ -1,4 +1,4 @@
1
-(defproject duct/module.sql "0.6.1"
+(defproject org.duct-framework/module.sql "0.6.1"
2
:description "Duct module for working with a SQL database"
3
:url "https://github.com/duct-framework/module.sql"
4
:license {:name "Eclipse Public License"
0 commit comments