README.md in profitbricks-1.0.1 vs README.md in profitbricks-1.0.3

- old
+ new

@@ -1,9 +1,9 @@ -# Profitbricks [![Build Status](https://secure.travis-ci.org/dsander/profitbricks.png?branch=master)](http://travis-ci.org/dsander/profitbricks) [![Coverage Status](https://coveralls.io/repos/dsander/profitbricks/badge.png?branch=master)](https://coveralls.io/r/dsander/profitbricks) [![Code Climate](https://codeclimate.com/github/dsander/profitbricks.png)](https://codeclimate.com/github/dsander/profitbricks) +# Profitbricks [![Build Status](https://secure.travis-ci.org/profitbricks/profitbricks-rb.png?branch=master)](http://travis-ci.org/profitbricks/profitbricks-rb) [![Coverage Status](https://coveralls.io/repos/profitbricks/profitbricks-rb/badge.png?branch=master)](https://coveralls.io/r/profitbricks/profitbricks-rb) [![Code Climate](https://codeclimate.com/github/profitbricks/profitbricks-rb.png)](https://codeclimate.com/github/dsander/profitbricks-rb) -* http://github.com/dsander/profitbricks -* http://rubydoc.info/github/dsander/profitbricks/master/frames +* https://github.com/profitbricks/profitbricks-rb +* http://rubydoc.info/github/profitbricks/profitbricks-rb/master/frames ## DESCRIPTION A Ruby client for the ProfitBricks API. @@ -48,20 +48,20 @@ Check out the examples directory for more detailed usage information, or have a look at the [documentation](http://rubydoc.info/github/dsander/profitbricks/master/frames) for the class reference. ## CLI To use the profitbricks binary you first have to store your username and password in environment variables - + export PROFITBRICKS_USER=yourusername export PROFITBRICKS_PASSWORD=yourpassword The binary always takes at least two arguments. The first represents a class name (in snake- or camel-case) and the second a method name of this class. Get a list of all your datacenters: - + profitbricks data_center all The following arguments are coverted into a Hash and passed to the method, if you want to call instance methods you _have_ to provide the id of the Server/DataCenter, etc: - + profitbricks server update id=03h17g46-3040-d1af-bb01-9579fe0300e7 cores=2 ram=1024 ## License (The MIT License)