Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jan 14, 2015
1 parent 4d89982 commit 37a631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get automatic deserialization and serialization for all supported formats wit

```clojure
(ns my.app
(:require [ring.middleware.format :refer [wrap-restful-format]))
(:require [ring.middleware.format :refer [wrap-restful-format]]))

(def app
(-> handler
Expand Down

0 comments on commit 37a631b

Please sign in to comment.