From 760011ac03c8cb998cea53fb4b1c7f6e0f0f01ac Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Mon, 22 Jan 2018 00:14:46 +0800 Subject: [PATCH] update README and migration.md --- README.md | 2 +- docs/migration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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