From 94de5ccff18c7fa83a2930201a857060942815e7 Mon Sep 17 00:00:00 2001 From: xiakong130 Date: Thu, 27 Aug 2026 17:36:27 +0800 Subject: [PATCH] docs: fix broken demo link, typo and warning callout syntax in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be097f7f..c15d2e1d 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,18 @@ https://user-images.githubusercontent.com/6702424/148716227-4a699c07-ba17-4860-b Try the demo project: ```bash -git clone https://github.com/garrone/gitlanding-demo +git clone https://github.com/garronej/gitlanding-demo cd gitlanding-demo yarn yarn dev ``` -> [!WARNING]: There are bugs when you use ``... +> [!WARNING] +> There are bugs when you use ``... > [!NOTE] > This project is an extension of [onyxia-ui](https://github.com/InseeFrLab/onyxia-ui) the -> gitlanding components needs be inside the `` provider. +> gitlanding components need to be inside the `` provider. > Besides the required dependencies of onyxia-ui you only need to install `gitlanding`. # Contributing