Skip to content

Commit 33bd17d

Browse files
Remove duplicate question mark ? in DSN string
1 parent 33ae8f2 commit 33bd17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Bridge/Google/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default
1010
# With options
1111
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?version=weekly
1212
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?language=fr&region=FR
13-
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default??libraries[]=geometry&libraries[]=places
13+
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?libraries[]=geometry&libraries[]=places
1414
```
1515

1616
Available options:

0 commit comments

Comments
 (0)