diff --git a/README.md b/README.md index 009ece668..9c91f4b65 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Rebuilt [react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-tab `react-bootstrap-table2` separate some functionalities from core modules to other modules like following: -* [`react-bootstrap-table2-next`](https://www.npmjs.com/package/react-bootstrap-table-next) +* [`react-bootstrap-table-next`](https://www.npmjs.com/package/react-bootstrap-table-next) * [`react-bootstrap-table2-filter`](https://www.npmjs.com/package/react-bootstrap-table2-filter) * [`react-bootstrap-table2-editor`](https://www.npmjs.com/package/react-bootstrap-table2-editor) * [`react-bootstrap-table2-paginator`](https://www.npmjs.com/package/react-bootstrap-table2-paginator) diff --git a/docs/migration.md b/docs/migration.md index a2968c26d..f66b7f796 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -12,7 +12,7 @@ Currently, **I still can't implement all the mainly features in legacy `react-bo `react-bootstrap-table2` separate some functionalities from core modules to other modules like following: -* [`react-bootstrap-table2-next`](https://www.npmjs.com/package/react-bootstrap-table-next) +* [`react-bootstrap-table-next`](https://www.npmjs.com/package/react-bootstrap-table-next) * Core table module, include sorting and row selection * [`react-bootstrap-table2-filter`](https://www.npmjs.com/package/react-bootstrap-table2-filter) * Column filter Addons