Skip to content

Commit 9188505

Browse files
committed
Update readme
1 parent 07b42bc commit 9188505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[![Build Status](https://img.shields.io/circleci/project/iansinnott/react-string-replace.svg)](https://circleci.com/gh/iansinnott/react-string-replace)
44
[![react-string-replace.js on NPM](https://img.shields.io/npm/v/react-string-replace.svg)](https://www.npmjs.com/package/react-string-replace)
55

6-
A simple way to safely do string replacement with React components
6+
A simple way to safely do string replacement with React components. Zero dependencies.
77

88
> Aka turn a string into an array of React components
99
1010
## Install
1111

12-
```
13-
$ npm install --save react-string-replace
12+
```sh
13+
yarn add react-string-replace
1414
```
1515

1616

0 commit comments

Comments
 (0)