aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2018-05-26 16:18:13 +0200
committerAndrey Somov <public.somov@gmail.com>2018-05-26 16:18:13 +0200
commit9d003d2ebcb5e92b3753e4aded6592f64cf81634 (patch)
treefe1962b943cddf105cb2d9bc40242770ead9dcd2
parent8f72952c184bd2b74ad572a81a6bae55230e33c2 (diff)
downloadsnakeyaml-9d003d2ebcb5e92b3753e4aded6592f64cf81634.tar.gz
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d35156e..8cc05ddf 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For YAML 1.2 (which is a superset of JSON) you may have a look at [SnakeYAML Eng
## SnakeYAML features ##
-* a **complete** [YAML 1.1 processor](http://yaml.org/spec/1.1/current.html). In particular, SnakeYAML can parse all examples from the specification.
+* a **complete** [YAML 1.1 processor](http://yaml.org/spec/1.1/current.html). (If you need YAML **1.2** support have a look [here](https://bitbucket.org/asomov/snakeyaml-engine)). In particular, SnakeYAML can parse all examples from the specification.
* Unicode support including UTF-8/UTF-16 input/output.
* high-level API for serializing and deserializing native Java objects.
* support for all types from the [YAML types repository](http://yaml.org/type/index.html).