diff --git a/docs/development.md b/docs/development.md index ade502e31..50a04646f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -3,7 +3,7 @@ ### Setup ```bash $ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git -$ cd react-bootstrap-table +$ cd react-bootstrap-table2 $ npm install $ lerna bootstrap # ./node_modules/.bin/lerna bootstrap ``` @@ -25,4 +25,4 @@ $ npm run storybook $ npm test $ npm run test:watch # for watch mode $ npm run test:coverage # generate coverage report -``` \ No newline at end of file +```