Skip to content

Commit 8dd51c2

Browse files
committed
Update README to remove the usage of format ns
1 parent 7adf21b commit 8dd51c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ This library aims to extend the features of honeysql to support postgres specifi
4040
```
4141
### REPL
4242
```clojure
43-
; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
44-
; must be required into the project for the extended features to work.
4543
(require '[honeysql.core :as sql]
4644
'[honeysql.helpers :refer :all :as sqlh]
47-
'[honeysql-postgres.format :refer :all]
4845
'[honeysql-postgres.helpers :as psqlh])
4946
```
5047

0 commit comments

Comments
 (0)