[README] fix typo (thanks phiggy)

This commit is contained in:
geemus 2010-12-15 17:11:50 -08:00
parent d7927812e6
commit 871f7bbfa6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Collections share basic CRUD type operations, such as:
* +all+ - fetch every object of that type from the provider.
* +create+ - initialize a new record locally and a remote resource with the provider.
* +get+ - fetch a single object by it's identity from the provider.
* +new+ - initialize a new record locally, but create a remote resource with the provider.
* +new+ - initialize a new record locally, but do not create a remote resource with the provider.
As an example, we'll try initializing and persisting a Rackspace Cloud server: