summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 66d8d99..f94c287 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -4,7 +4,9 @@
== Description
-Wrapper around libyaml that provides the same interface as Syck
+Psych is a YAML parser that wraps libyaml. Psych provides a similar ruby
+interface for parsing and emitting that Syck does, but uses libyaml for the
+heavy lifting.
== Examples