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:
parent
d7927812e6
commit
871f7bbfa6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Collections share basic CRUD type operations, such as:
|
||||||
* +all+ - fetch every object of that type from the provider.
|
* +all+ - fetch every object of that type from the provider.
|
||||||
* +create+ - initialize a new record locally and a remote resource with 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.
|
* +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:
|
As an example, we'll try initializing and persisting a Rackspace Cloud server:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue