Skip to content

Commit c7d9597

Browse files
docs: Update README.md
Co-authored-by: Chris J. Shull <[email protected]>
1 parent 2637933 commit c7d9597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ importLibrary("maps").then(({ Map }) => {
7373
});
7474
```
7575

76-
If you use web components from the Google Maps JavaScript API (e.g. `gmp-map`,
77-
and `gmp-advanced-marker`), you need to import them as well:
76+
If you use custom HTML element from the Google Maps JavaScript API (e.g. `<gmp-map>`,
77+
and `<gmp-advanced-marker>`), you need to import them as well:
7878

7979
```javascript
8080
import { setOptions, importLibrary } from "@googlemaps/js-api-loader";

0 commit comments

Comments
 (0)