Skip to content

Commit

Permalink
docs: split install commands for Reason packages
Browse files Browse the repository at this point in the history
This allows use to pick which install command to copy instead of both.
  • Loading branch information
nickserv committed Nov 3, 2023
1 parent e96b66a commit e4c91e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/bs-react-testing-library/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Bindings for several testing libraries have been ported to [ReasonML][re].

```bash npm2yarn
npm install --save-dev bs-dom-testing-library
```

```bash npm2yarn
npm install --save-dev bs-react-testing-library
```

Expand Down

0 comments on commit e4c91e6

Please sign in to comment.