Skip to content

Commit

Permalink
Colors in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 26, 2011
1 parent 8e74b73 commit f9ff6ad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -36,13 +36,15 @@ with the ability to use custom encoders.

## Usage

[cheshire "2.0.3"]

Cheshire v2.0.3 uses Jackson 1.9.2
```clojure
[cheshire "2.0.3"]

;; Cheshire v2.0.3 uses Jackson 1.9.2

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

### Encoding

Expand Down

0 comments on commit f9ff6ad

Please sign in to comment.