summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-07-27 19:56:40 -0700
committerSeth Tisue <seth@tisue.net>2017-09-14 13:16:41 -0700
commit7089839dcfc1c91f195a4b1dcc6d7b60e40b210c (patch)
treee38509ffd689d673546f17f2a875cee5a583c3a4 /README.markdown
parent8a421f066e99359a3d6fa4cd64cded206376d264 (diff)
downloadspray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.gz
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.bz2
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.zip
replace pimp with 'rich', 'enrich', 'extension method'
and: * add MiMa so we know the change is binary compatible * use current Scala & sbt versions
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index e659e71..b840ac6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -53,7 +53,7 @@ and do one or more of the following:
val json = jsonAst.prettyPrint // or .compactPrint
```
-* Convert any Scala object to a JSON AST using the pimped `toJson` method
+* Convert any Scala object to a JSON AST using the `toJson` extension method
```scala
val jsonAst = List(1, 2, 3).toJson