Skip to content

Commit

Permalink
Simplify usage-explanation of s3-url
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Aug 6, 2014
1 parent a306c2d commit c1a90ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install node-s3
First initialize the node-s3 module with a URI to your S3 bucket

```javascript
var s3Url = '...'; // s3://{key}:{secret}@{bucket}.s3.amazonaws.com
var s3Url = 'key:secret@your_bucket.s3.amazonaws.com';
var s3 = require('node-s3')(s3Url);
```

Expand Down

0 comments on commit c1a90ba

Please sign in to comment.