From d07ef28510499b1a38e5842df436f24f9e7bdb9a Mon Sep 17 00:00:00 2001 From: Angel Lopez Pol <59091763+angel1254mc@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:17:42 -0500 Subject: [PATCH] Update README.md fix codeblock formatting --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2fd878a..a73df4ed 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,15 @@ 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 +## 💡 Basic Usage +```jsx import MaterialTable from '@material-table/core'; function MyTable() {