Skip to content

Commit 87a699a

Browse files
authored
Merge pull request #6 from PetrGlad/pg-correct-example
Correct example code
2 parents 92d68b8 + a424b24 commit 87a699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can also add `jsonb` with the same interface.
2222

2323
```clojure
2424
(ns your-namespace.foo
25-
(:require postgre-types.json :refer [add-jsonb-type]))
25+
(:require [postgre-types.json :refer [add-jsonb-type]]))
2626

2727
(add-jsonb-type f-write-json f-read-json)
2828

0 commit comments

Comments
 (0)