Skip to content

Commit 72b34f3

Browse files
author
Domino987
committed
Merge branch 'master' of github.com:material-table-core/core
2 parents 4390766 + 0aeeea7 commit 72b34f3

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,19 @@ Install `@material-table/core` using npm or yarn:
3535

3636
```bash
3737
npm install @material-table/core
38+
```
39+
3840
or
3941

40-
bash
41-
Code kopieren
42+
```bash
4243
yarn add @material-table/core
44+
```
45+
4346
Refer to the installation guide for more information and advanced usage.
4447

4548
💡 Basic Usage
46-
javascript
47-
Code kopieren
49+
50+
```javascript
4851
import MaterialTable from '@material-table/core';
4952

5053
function MyTable() {

0 commit comments

Comments
 (0)