Skip to content

Commit

Permalink
Remove unnecessary between in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Feb 16, 2024
1 parent 3bbddaf commit 1414561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install @remote-ui/react --save

This package also has peer dependencies on a few React-related packages, but the versions you need depend on the version of React you are using:

**React 17.x.x**: you will need to have React installed. Additionally, if you are in the “remote” environment, you will need a dependency on `react-reconciler` between greater than or equal to `0.26.0`, and less than `0.27.0`:
**React 17.x.x**: you will need to have React installed. Additionally, if you are in the “remote” environment, you will need a dependency on `react-reconciler` greater than or equal to `0.26.0`, and less than `0.27.0`:

```
yarn add react@^17.0.0 react-reconciler@~0.26.0
Expand Down

0 comments on commit 1414561

Please sign in to comment.