README.rdoc in milk_cap-0.5.1 vs README.rdoc in milk_cap-0.5.2

- old
+ new

@@ -95,24 +95,27 @@ # completing a task task.complete! # + # set tags for a task + + task.tags = 'tag1,tag2' + task.tags = ['tag1', 'tag2'] # alternative + task.save! + + # # deleting a task task.delete! Note that the methods that change the state of the Remember The Milk dataset have names ending with an exclamation mark. -Note as well that, there is a 1 second delay before any request to the RTM server, in order to respect their conditions. This may change in future releases. +== development -== features yet to implement - -* tags modifications -* smart lists -* ... +* Testing with rspec -- run suite with 'rspec', 'rake' or 'rake spec'. == issue tracker https://github.com/jleverenz/milk_cap/issues