From de1c8a6156094463d9c36f869ffccffece6bcbbf Mon Sep 17 00:00:00 2001 From: George Lima Date: Mon, 23 Jan 2017 16:22:11 -0300 Subject: [PATCH] Update README.md (#38) Bug fix in installation docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc53c8f..2328dd5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ ```bash $ npm install react-table # or -$ yarn react-table +$ yarn add react-table ``` 2. Import the `react-table` module ```javascript