Skip to content

Commit

Permalink
[doc] Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 14, 2011
1 parent 3050d5b commit 90cf526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ A client implementation for Rackspace CloudFiles in node.js
```

### Installing node-cloudfiles
``` js
``` bash
$ npm install cloudfiles
```

Expand All @@ -33,7 +33,7 @@ Before we can do anything with cloudfiles, we have to create a client with valid
};

var client = cloudfiles.createClient(config);
``` js
```

### Working with Containers
Rackspace Cloudfiles divides files into 'Containers'. These are very similar to S3 Buckets if you are more familiar with Amazon. There are a couple of simple operations exposed by node-cloudfiles:
Expand Down Expand Up @@ -102,7 +102,7 @@ Use the 'host' key in the auth configuration to specify the url to use for authe
## Run Tests
All of the node-cloudservers tests are written in [vows][2], and cover all of the use cases described above. You will need to add your Rackspace API username and API key to test/fixtures/test-config.json before running tests:

``` json
``` js
{
"auth": {
"username": "your-username",
Expand Down

0 comments on commit 90cf526

Please sign in to comment.