From 85a0deca86bed833c0f35a970cdf3fbf3936fa80 Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Tue, 19 Mar 2024 13:32:20 +0100 Subject: [PATCH] update link demo apps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2c5b2c..cef5e4af 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ tracker.trackScreenViewEvent({ name: 'myScreenName' }); The Snowplow React Native Tracker also provides first-class support for TypeScript, as it is fully typed. -See also our [DemoApp][demoapp] for an example implementation. +See also our [DemoApp](example) for an example implementation. ## Find out more