aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2018-05-12 16:55:17 +0200
committerAndrey Somov <public.somov@gmail.com>2018-05-12 16:55:17 +0200
commit8f72952c184bd2b74ad572a81a6bae55230e33c2 (patch)
tree650c517a209436d0c28a7646f102bd35e62ba994
parentaa7f7495569fe722ef8df5b13d2e6366428b597e (diff)
downloadsnakeyaml-8f72952c184bd2b74ad572a81a6bae55230e33c2.tar.gz
Update info to mention the Engine
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11c4a755..3d35156e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
## Overview ##
[YAML](http://yaml.org) is a data serialization format designed for human readability and interaction with scripting languages.
-SnakeYAML is a YAML processor for the Java Virtual Machine.
+SnakeYAML is a YAML 1.1 processor for the Java Virtual Machine version 6.
+For YAML 1.2 (which is a superset of JSON) you may have a look at [SnakeYAML Engine](https://bitbucket.org/asomov/snakeyaml-engine)
## SnakeYAML features ##