summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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