From ae18075fe588981ee30047249e5d868c898518b1 Mon Sep 17 00:00:00 2001 From: Alexander Hofer Date: Mon, 26 Jan 2026 16:04:15 +0100 Subject: [PATCH 1/2] Fix Installation text in readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19ec5365..78a51378 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,14 @@ 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 From 54862cd7d6c002c41c75920fdec8dc3d45387dbe Mon Sep 17 00:00:00 2001 From: Alexander Hofer Date: Mon, 26 Jan 2026 16:09:28 +0100 Subject: [PATCH 2/2] Fix formatting in README for basic usage section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78a51378..29f9feed 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ 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() {