aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4148926..6e72b7f 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ object Main extends App {
println(Seq[X](Z(Y(42), "foo"), Y(2)).toJson.prettyPrint)
// [{
- // "type": "Z",
+ // "@type": "Z",
// "y": {
// "x": 42
// },