We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714d46f commit bda7234Copy full SHA for bda7234
README.md
@@ -1,13 +1,16 @@
1
-# ring-codec
+# Ring-Codec
2
3
-A Clojure library designed to ... well, that part is up to you.
+Functions for encoding and decoding data into formats commonly used in
4
+web applications.
5
-## Usage
6
+## Installation
7
-FIXME
8
+To install, add the following to your project `:dependencies`:
9
+
10
+ [ring/ring-codec "0.1.0-SNAPSHOT"]
11
12
## License
13
-Copyright © 2013 FIXME
14
+Copyright © 2013 James Reeves
15
-Distributed under the Eclipse Public License, the same as Clojure.
16
+Distributed under the MIT License, the same as Ring.
0 commit comments