summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-01-03 13:22:08 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-01-03 13:22:08 -0800
commit50dcedeeef5da33fc2791eeca6c7e277e6210285 (patch)
treeb93402fa5f402d835992339075dce944eda4105f /README.rdoc
parent8bcfb1a550415988a192f5a99a02a71760991906 (diff)
downloadpsych-50dcedeeef5da33fc2791eeca6c7e277e6210285.zip
adding docco
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