From 216befae4b2366871b90c399b87aeb62268d0245 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Mon, 22 Jan 2018 00:10:30 +0800 Subject: [PATCH] typo --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c2f4e5..2b8e93a 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,10 @@ 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) - * Core table module, include sorting and row selection * [`react-bootstrap-table2-filter`](https://www.npmjs.com/package/react-bootstrap-table2-filter) - * Column filter Addons * [`react-bootstrap-table2-editor`](https://www.npmjs.com/package/react-bootstrap-table2-editor) - * Cell Editing Addons * [`react-bootstrap-table2-paginator`](https://www.npmjs.com/package/react-bootstrap-table2-paginator) - * Pagination Addons -* [`react-bootstrap-z-overlay`](https://www.npmjs.com/package/react-bootstrap-table2-overlay) - * Overlay/Loading Addons +* [`react-bootstrap-table2-overlay`](https://www.npmjs.com/package/react-bootstrap-table2-overlay) This can help your application with less bundled size and also help us have clean design to avoid handling to much logic in kernal module(SRP).