From b9baa88a15c6241e305cb56bd9747847a40fdb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grimm?= Date: Wed, 24 Jul 2024 13:20:36 -0500 Subject: [PATCH] fix: Remove vestigial sentence and fix backticks --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5bc66e623..a4d4a66c9 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,6 @@ cd ~/your-app yalc add @doist/reactist ``` -In your real application you need to first delete the current _@doist/reactist_ dependency and then link to your local one. - To undo the changes and switch back to the reactist version from npm, do the following: ```sh @@ -135,10 +133,11 @@ For convenience, you can add a `dev:reactist` script in your host application to } ``` -Then, to develop against Reactist, just run `npm run dev:reactist`. - -````sh +Then, to develop against Reactist, just run: +```sh +npm run dev:reactist +``` ## Development tips and tricks @@ -146,7 +145,7 @@ Independent of the development you operate in to produce a new build (e.g. befor ```sh npm run build -```` +``` **Note:** This will **not** update the docs. In case you want to update the docs you need to run: