aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-08-02 15:42:22 -0700
committerJakob Odersky <jakob@odersky.com>2018-08-02 16:04:39 -0700
commit37ad3c66baa2df36594277022dcf68fa8d4fff26 (patch)
tree7cc7c80f0c94a67b5c6078cbe8bdb1759d57e472 /README.md
parent20afa757f499688b56cbd6b8571014b75d6d4dce (diff)
downloadspray-json-derivation-37ad3c66baa2df36594277022dcf68fa8d4fff26.tar.gz
spray-json-derivation-37ad3c66baa2df36594277022dcf68fa8d4fff26.tar.bz2
spray-json-derivation-37ad3c66baa2df36594277022dcf68fa8d4fff26.zip
Rename default type field to '@type'
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
// },