Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
loune committed Jun 18, 2019
1 parent b2f6637 commit d7af5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ yarn add snap-push @google-cloud/storage

## Basic Usage

`snap-push` can be used as a command line utility or as a library. For example, to push all the files in the `dist` folder to the root of the `example-bucket` S3 bucket:
`snap-push` can be used as a command line utility or as a library. For example, to push all the files in the `dist` folder to the root of the `example-bucket` S3 bucket and make them public:

### Command line

```bash
$ cd dist && ../node_modules/bin/snap-push ./**/* s3://example-bucket --public
$ cd dist && ../node_modules/.bin/snap-push ./**/* s3://example-bucket --public
```

### Library code
Expand Down

0 comments on commit d7af5a1

Please sign in to comment.