Skip to content

Commit

Permalink
use :require, not :use in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 20, 2012
1 parent c609cec commit 26c3626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,8 +43,8 @@ encoders.
;; Cheshire v5.0.0 uses Jackson 2.1.1

;; In your ns statement:
(ns myns
(:use [cheshire.core]))
(ns my.ns
(:require [cheshire.core :refer :all]))
```

### Encoding
Expand Down

0 comments on commit 26c3626

Please sign in to comment.