Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Update with Gert fixes

Co-authored-by: Gert Hengeveld <[email protected]>
  • Loading branch information
tmeasday and ghengeveld committed May 25, 2022
1 parent 14457c4 commit c630d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ next branch you can either:
Change your script to use the `next` dist-tag:

```bash
npx chromatic@next --token ...
npx chromatic@next --project-token ...
```

### Using a dependency in `package.json`

Update to the latest `next` version with:

```bash
yarn add --dev chromatic#next
yarn add --dev chromatic@next

# or
npm i --dev chromatic-next
npm i --save-dev chromatic@next
```

### Using the github action
Expand Down

0 comments on commit c630d27

Please sign in to comment.