From a5d9733f504001c1b18320a3b5ff5da2263527de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Thu, 3 Oct 2024 20:43:47 +0200 Subject: [PATCH] v2 test app path in README (#476) - 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