Skip to content

Commit

Permalink
docs: fix import in use-autocomplete.md (#92)
Browse files Browse the repository at this point in the history
Instead of the incorrect `@vis.gl/react-google-maps-hooks`, use the correct `@vis.gl/react-google-maps`
  • Loading branch information
chestermjr authored Nov 20, 2023
1 parent 110ed49 commit d0e88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/hooks/use-autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When initializing the `<APIProvider>`, include the places library like this: `li

```tsx
import React, {useRef, useState} from 'react';
import {useAutocomplete} from '@vis.gl/react-google-maps-hooks';
import {useAutocomplete} from '@vis.gl/react-google-maps';

const MyComponent = () => {
const inputRef = useRef(null);
Expand Down

0 comments on commit d0e88da

Please sign in to comment.