From a6c976416bcbc0e4f35f67e3fdff5758645f8550 Mon Sep 17 00:00:00 2001 From: Imad Bouziani Date: Tue, 29 Jun 2021 23:14:51 +0800 Subject: [PATCH] Fix examples link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0782931e..d0137e85 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The [documentation site](https://necolas.github.io/react-native-web/) covers ins ## Example -And here is a simple example to get you started. The example app includes interactive examples and the [source code](https://github.com/necolas/react-native-web/blob/master/packages/docs) is also available. +And here is a simple example to get you started. The example app includes interactive examples and the [source code](https://github.com/necolas/react-native-web/blob/master/packages/examples) is also available. ```js import React from 'react';