From e4c91e64416bc346bc6352366a092fa23e21be07 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 3 Nov 2023 01:11:20 -0400 Subject: [PATCH] docs: split install commands for Reason packages This allows use to pick which install command to copy instead of both. --- docs/bs-react-testing-library/intro.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/bs-react-testing-library/intro.mdx b/docs/bs-react-testing-library/intro.mdx index fec630605..316ccc9b2 100644 --- a/docs/bs-react-testing-library/intro.mdx +++ b/docs/bs-react-testing-library/intro.mdx @@ -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 ```