Skip to content

Commit b38dc2b

Browse files
markudevelopExilz
authored andcommitted
Update installation.md (react-native-maps#742)
unnecessary confusing curly brackets
1 parent 115021b commit b38dc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ After your `Podfile` is setup properly, run `pod install`.
8585
<!-- You will only need to add this meta-data tag, but make sure it's a child of application -->
8686
<meta-data
8787
android:name="com.google.android.geo.API_KEY"
88-
android:value="{{Your Google maps API Key Here}}"/>
88+
android:value="Your Google maps API Key Here"/>
8989
</application>
9090
```
9191
> If that doesn't work, try using an ***Android Key*** without referrer restrictions. Go to https://console.developers.google.com/apis/credentials to check your credentials.

0 commit comments

Comments
 (0)