We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b42bc commit 9188505Copy full SHA for 9188505
readme.md
@@ -3,14 +3,14 @@
3
[](https://circleci.com/gh/iansinnott/react-string-replace)
4
[](https://www.npmjs.com/package/react-string-replace)
5
6
-A simple way to safely do string replacement with React components
+A simple way to safely do string replacement with React components. Zero dependencies.
7
8
> Aka turn a string into an array of React components
9
10
## Install
11
12
-```
13
-$ npm install --save react-string-replace
+```sh
+yarn add react-string-replace
14
```
15
16
0 commit comments