diff --git a/README.md b/README.md index 19ec5365..29f9feed 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,19 @@ Install `@material-table/core` using npm or yarn: ```bash npm install @material-table/core +``` + or -bash -Code kopieren +```bash yarn add @material-table/core +``` + Refer to the installation guide for more information and advanced usage. 💡 Basic Usage -javascript -Code kopieren + +```javascript import MaterialTable from '@material-table/core'; function MyTable() {