diff --git a/examples/1-basic-map/README.md b/examples/1-basic-map/README.md index 2cfaf6c8..180721a4 100644 --- a/examples/1-basic-map/README.md +++ b/examples/1-basic-map/README.md @@ -1,8 +1,8 @@ # Example 1: Basic Map -With this example we learn how we create a basic React app with a Map component using [utopia-ui](https://github.com/utopia-os/utopia-ui) library. +In this example we see how we create a basic React app with a Map component using [utopia-ui](https://github.com/utopia-os/utopia-ui) library. -For this tutorial we use Vite to create an empty React app called "utopia-static-map" +For this example we use Vite to create an empty React app called "utopia-static-map" ```shell= npm create vite@latest utopia-static-map -- --template react diff --git a/examples/2-static-layers/README.md b/examples/2-static-layers/README.md index 1a177124..55770115 100644 --- a/examples/2-static-layers/README.md +++ b/examples/2-static-layers/README.md @@ -1,6 +1,6 @@ # Example 2: Static Layers -In [Example 1](../1-basic-map) we learnd how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer. +[Example 1](/1-basic-map) shows us how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer. First we put some sample data in a new file called `src/sample-data.ts`