1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[README] fix typo (thanks phiggy)

This commit is contained in:
geemus 2010-12-15 17:11:50 -08:00
parent d7927812e6
commit 871f7bbfa6

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: