diff --git a/README.rdoc b/README.rdoc index 084028a..333af18 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,9 +4,14 @@ == DESCRIPTION: -A gemified version of Syck from Ruby's stdlib. Syck has been removed from -Ruby's stdlib, and this gem is meant to bridge the gap for people that haven't -updated their YAML yet. +This Gem is a wrapper around {Syck}[https://github.com/indeyets/syck] (a.k.a. +Scripters' YAML Cobble-Yourself-a-Parser Kit), used for parsing YAML. + +Syck has been removed from Ruby's stdlib, and this gem is meant to bridge the +gap for people that haven't updated their YAML yet. + +If you are starting a new project, you probably should use +{Psych}[https://github.com/ruby/psych] instead. == FEATURES/PROBLEMS: