From 21e2da3bfbd411681275075c6ea9cb48ddff20de Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 21 Oct 2024 15:22:46 +0200 Subject: [PATCH] chore: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e844687c..704b7c2b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ documentation is available at [thewidlarzgroup.github.io/react-native-video/](ht ## Examples We have examples that will show you basic usage of react-native-video [here](https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples).
-Examples shows [basic](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/BasicExample.tsx) usage and [DRM example](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/DRMExample.tsx). +Examples shows [basic](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/BasicExample.tsx) usage and [DRM example](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/DRMExample.tsx) (with a free DRM stream). ## Usage