Skip to content

Commit

Permalink
Add @next to installation guide for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Mar 21, 2020
1 parent 929565a commit fafe4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ To get started, add `re-formality` to your project either via `npm` or `yarn`:

```shell
# yarn
yarn add re-formality
yarn add re-formality@next
# or npm
npm install --save re-formality
npm install --save re-formality@next
```

Under the hood, `re-formality` implemented as PPX. So you need to add it to both—`bs-dependencies` and `ppx-flags`—arrays in your `bsconfig.json`:
Expand Down

0 comments on commit fafe4c8

Please sign in to comment.