From 40b245122eb8e0a9b11946557f4baae596ab9bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Sun, 1 Sep 2024 08:50:20 +0200 Subject: [PATCH] v2 test app path in README - Broken link - This fix - Also think better starting place is `/components` as that's the first place people will want to explore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746d084..768d651 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ export default class BarBasic extends Component { /> ``` -Check out more chart examples in the [tests/dummy app](tests/dummy/app) in this repo. +Check out more chart examples in the [test-app/app/components](test-app/app/components) in this repo. ## Configuration