diff --git a/README.md b/README.md index 3e2a4a0..7778e92 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,11 @@ ## Installation 1. Install React Table as a dependency ```bash +# Yarn $ yarn add react-table + +# NPM +$ npm install react-table ``` 2. Import the `react-table` module ```javascript