aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2016-03-04 09:48:27 +0000
committerAndrey Somov <public.somov@gmail.com>2016-03-04 09:48:27 +0000
commite56778ff369ab6832c5d313eba4c236632754d0f (patch)
tree4e644d74ae78b2494511c9a3f726f5c6be97298d
parent662e9cd169098eada7ccd304b770c0acd41df596 (diff)
downloadsnakeyaml-e56778ff369ab6832c5d313eba4c236632754d0f.tar.gz
README.md edited online with Bitbucket
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7820b36c..b51464ee 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
## Overview ##
[YAML](http://yaml.org) is a data serialization format designed for human readability and interaction with scripting languages.
-SnakeYAML is a YAML parser and emitter for the Java Virtual Machine.
+SnakeYAML is a YAML processor for the Java Virtual Machine.
## SnakeYAML features ##
-* a **complete** [YAML 1.1 parser](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). 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).