Skip to content

Commit 3eaf4eb

Browse files
Update installation.md
1 parent 89dd674 commit 3eaf4eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/installation.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Installation
22

3-
Install React Table as a dependency using `npm` or `yarn`
3+
Install the React Table v7 Alpha as a dependency using `npm` or `yarn`
44

55
```bash
66
# NPM
7-
$ npm install react-table
7+
$ npm install react-table@next
88

99
# Yarn
10-
$ yarn add react-table
10+
$ yarn add react-table@next
1111
```
1212

13+
> NOTE: `@next` is only required tempororarily while work on the alpha and beta versions are still shifting.
14+
1315
To import React Table:
1416

1517
```js

0 commit comments

Comments
 (0)