summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJames Earl Douglas <james@earldouglas.com>2012-01-03 08:18:53 -0800
committerMathias <mathias@spray.cc>2012-01-16 11:53:37 +0100
commit1c5fec0d5a860a61e3e79a55be4298f7d54cc269 (patch)
treeb04b4bd9e76010ae42d06b2896a95bd4c0fdcf76 /README.markdown
parent6d12a46772034109e08492caca3da4c77627bcfe (diff)
downloadspray-json-1c5fec0d5a860a61e3e79a55be4298f7d54cc269.tar.gz
spray-json-1c5fec0d5a860a61e3e79a55be4298f7d54cc269.tar.bz2
spray-json-1c5fec0d5a860a61e3e79a55be4298f7d54cc269.zip
fix the embedded links to parboiled
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 9034bec..f33b132 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,7 +3,7 @@ _spray-json_ is a lightweight, clean and efficient [JSON] implementation in Scal
It sports the following features:
* Simple immutable model of the JSON language elements
-* An efficient JSON PEG parser (implemented with [parboiled])
+* An efficient JSON PEG parser (implemented with [parboiled][])
* Choice of either compact or pretty JSON-to-string printing
* Type-class based (de)serialization of custom objects (no reflection, no intrusion)
@@ -17,7 +17,7 @@ If you use SBT (0.7.x) you can include _spray-json_ in your project with
val sprayJson = "cc.spray.json" %% "spray-json" % "1.0.1" % "compile" withSources()
-_spray-json_ has only one dependency: the parsing library [parboiled]
+_spray-json_ has only one dependency: the parsing library [parboiled][]
(which is also a dependency of _spray-server_ and _spray-client_, so if you use _spray-json_ with either of them you are not incurring any additional dependency).