From e778f032720b8e262f8513dd9243592ef57d3cf9 Mon Sep 17 00:00:00 2001
From: Anders Langlie <anders.s.langlie@gmail.com>
Date: Wed, 23 Jun 2021 12:21:43 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cfaf236..808fd34 100644
--- a/README.md
+++ b/README.md
@@ -145,4 +145,4 @@ The last feature an admin has access is the manage salamander feature. Here, an
 
 To build the application, we followed the official [**expo guide**](https://docs.expo.io/distribution/building-standalone-apps/). It is important to note that we have currently only tried building for android, and not iOS, as an iOS developer account is needed to do this.
 
-Building the app can be done using Expo's built-in build tool. To use the map, a Google API key is needed. Read the [**Official documentation**](https://developers.google.com/maps/documentation/javascript/get-api-key) to learn how to create and manage Google API keys. This key has to be placed inside the ```App.js``` file before building. Read [Expo's guide](https://docs.expo.io/versions/latest/sdk/map-view/) to learn how to include your key in the project.
+Building the app can be done using Expo's built-in build tool. To use the map, a Google API key is needed. Read the [**official documentation**](https://developers.google.com/maps/documentation/javascript/get-api-key) to learn how to create and manage Google API keys. This key has to be placed inside the ```App.js``` file before building. Read [Expo's guide](https://docs.expo.io/versions/latest/sdk/map-view/) to learn how to include your key in the project.
-- 
GitLab