From ff397b194e22a9709432f6ed36e582531faf3eac Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 6 Nov 2009 08:52:46 -0800 Subject: updating readme --- README.rdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rdoc') diff --git a/README.rdoc b/README.rdoc index 8d52ef4..66d8d99 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,19 +4,20 @@ == Description -FIX (describe your package) +Wrapper around libyaml that provides the same interface as Syck == Examples - FIX (code sample of usage) + Psych.load Psych.dump(:foo => :bar) == Dependencies -* FIX (list of requirements) +* libyaml == Installation -* FIX (sudo gem install, anything else) +* sudo port install libyaml +universal +* sudo gem install psych == License -- cgit v1.2.3