Skip to content

Commit

Permalink
fix: Remove vestigial sentence and fix backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelgrimm committed Jul 24, 2024
1 parent c42efd6 commit b9baa88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -135,18 +133,19 @@ 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

Independent of the development you operate in to produce a new build (e.g. before submitting a PR) run:

```sh
npm run build
````
```

**Note:** This will **not** update the docs. In case you want to update the docs you need to run:

Expand Down

0 comments on commit b9baa88

Please sign in to comment.