Skip to content

Commit

Permalink
readme: update install instrs after release in opam
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 24, 2023
1 parent 707e3cd commit 2cacdf4
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 @@ -10,8 +10,8 @@ Install [opam](https://opam.ocaml.org/) package manager.

Then:

```
opam pin add melange-testing-library.dev git+https://github.com/melange-community/melange-testing-library.git#main
```sh
opam install melange-testing-library
```

The bindings support the following versions of the `@testing-library/react` and `@testing-library/dom`
Expand All @@ -28,7 +28,7 @@ npm packages, which should be installed separately:

Add `melange-testing-library.dom` and `melange-testing-library.react` to the `libraries` in your `dune` file:

```dune
```lisp
; ...
(libraries melange-testing-library.dom melange-testing-library.react)
; ...
Expand Down

0 comments on commit 2cacdf4

Please sign in to comment.