Skip to content

Commit 389ec4c

Browse files
committed
FIX: in readme
1 parent 4b4b293 commit 389ec4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SmartTable.js is a complete open source solution for [React.js](https://reactjs.
2828

2929
## Getting Started
3030

31-
```
31+
```javascript
3232
npm install --save react-next-table
3333
Or
3434
yarn add react-next-table
@@ -37,7 +37,7 @@ yarn add react-next-table
3737
You also need to install Bootstrap package.
3838

3939

40-
```
40+
```javascript
4141
npm install --save bootstrap
4242
Or
4343
yarn add bootstrap
@@ -72,7 +72,7 @@ This component will be upgraded and updated regularly for better use, in the sma
7272

7373
## Example
7474

75-
### Add bootstrap import to app.js
75+
### Add the following imports to app.js
7676

7777
```javascript
7878
import "bootstrap/dist/css/bootstrap.min.css";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-next-table",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The SmartTable is a react simple Component based on HTML, CSS, JavaScript, bootstrap. Used for fetching data from a defined api with an option of pagination and search. You can find also many useful options like sorting, selecting columns to show, custom render of cells, fully responsive on all devices, custom react title...",
55
"author": "a-simplecode",
66
"keywords": [

0 commit comments

Comments
 (0)