summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 7494184..911cec7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,3 +1,17 @@
+[![Build Status](https://travis-ci.org/jodersky/spray-json.svg?branch=master)](https://travis-ci.org/jodersky/spray-json)
+[![Download](https://img.shields.io/maven-central/v/io.crashbox/spray-json_2.12.svg)](https://search.maven.org/#search|ga|1|io.crashbox%20spray-json-)
+
+*This repository is a fork of the spray-json project. Its purpose is
+to make spray available for ScalaJS and ScalaNative.*
+
+*It remains fully binary compatible with the upstream project and can
+be used as a drop-in replacement on the JVM.*
+
+```scala
+libraryDependencies += "io.crashbox" %%% "spray-json" % "<latest_version>"
+```
+----
+
_spray-json_ is a lightweight, clean and efficient [JSON] implementation in Scala.
It supports the following features: