Skip to content

Commit e7f96d8

Browse files
committed
Update README.md
1 parent 29e9c89 commit e7f96d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,12 @@ neutron.add_router_interface router.id, subnet.id
512512

513513
```
514514

515+
### Further Reading
516+
517+
* See [the documentation directory](https://github.com/fog/fog-openstack/tree/master/lib/fog/openstack/docs) for more examples.
518+
* Read the [OpenStack API documentation](http://developer.openstack.org/api-ref.html).
519+
* Also, remember that reading the code itself is the best way to educate yourself on how best to interact with this gem.
520+
515521
## Development
516522

517523
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)