Skip to content

Commit

Permalink
docs: fix typo in package-name
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Nov 1, 2023
1 parent c576147 commit 1f4e54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/hooks/useApiIsLoaded.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
React hook to check if the Maps JavaScript API has finished loading.

```tsx
import {useApiIsLoaded} from '@visgl/react-google-maps';
import {useApiIsLoaded} from '@vis.gl/react-google-maps';

const MyComponent = () => {
const apiIsLoaded = useApiIsLoaded();
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/hooks/useApiLoadingStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
React hook to get the current status of the API Loader. This can be used to react to loading-errors.

```tsx
import {useApiLoadingStatus, APILoadingStatus} from '@visgl/react-google-maps';
import {useApiLoadingStatus, APILoadingStatus} from '@vis.gl/react-google-maps';

const MyComponent = () => {
const status = useApiLoadingStatus();
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Examples for @visgl/react-google-maps
# Examples for @vis.gl/react-google-maps

The examples here serve multiple purposes. First, they should demonstrate
the abilities and common patterns for how to achieve things for users of
Expand Down

0 comments on commit 1f4e54f

Please sign in to comment.