Skip to content

Commit 324b368

Browse files
authored
Remove disclaimer about pre-1.0 versions
1 parent a78c687 commit 324b368

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
You can install `react-use-clipboard` with NPM or Yarn.
1010

1111
```bash
12-
npm install react-use-clipboard --save-exact
12+
npm install react-use-clipboard
1313
```
1414

1515
```bash
16-
yarn add react-use-clipboard --exact
16+
yarn add react-use-clipboard
1717
```
1818

19-
We encourage pinning the version number until `react-use-clipboard` reaches `1.0.0`. We may ship breaking changes in `0.x.x` versions.
20-
2119
## Usage
2220

2321
Here's how to use `react-use-clipboard`:

0 commit comments

Comments
 (0)