Skip to content

Commit

Permalink
update readme fix #26
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jul 30, 2014
1 parent a08fb60 commit 8699a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Available options:
### awspublish.create(options)

Create a Publisher. Options are passed to knox to create a s3 client.
We use knox to connect to s3 they explain
Please see [knox](https://github.com/LearnBoost/knox#client-creation-options) for more details about these options

#### Publisher.publish([headers], [options])

Expand Down Expand Up @@ -146,7 +148,7 @@ gulp.src('./public/*')
}));
```

## Example
## Examples

### rename file & directory

Expand Down

0 comments on commit 8699a1a

Please sign in to comment.