better english in readme

This commit is contained in:
Jeena Paradies 2010-07-06 19:02:20 +02:00
parent a507736fac
commit 91d285acd0

13
README
View file

@ -4,13 +4,14 @@ Plistifier
Adds the possibility to talk to a rails app via (Binary) Property Lists Adds the possibility to talk to a rails app via (Binary) Property Lists
http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/plist.5.html http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/plist.5.html
It is designed to work as the JSON format but on the iPhone it is easier to use, It is designed to work like the JSON format. On the iPhone it is easier to
much faster, because Plist is smaller, therefore it doesn't need any third party use, much faster; because Plists are smaller; and it doesn't need any third
libraries for parsing like JSON, or difficult SAX-style parsing like XML. party libraries for parsing like JSON, or difficult SAX-style parsing like
XML.
It adds the ActiveRecord#to_plist, Array#to_plist and Hash#to_plist methods similar to It adds the ActiveRecord#to_plist, Array#to_plist and Hash#to_plist methods
ActiveRecord#to_json. The :only, :except, :methods, and :include options are supported similar to ActiveRecord#to_json. The :only, :except, :methods, and :include
on ActiveRecord and Array with ActiveRecord items. options are supported on ActiveRecord and Array with ActiveRecord items.
Install Install