Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiabosello authored Sep 20, 2023
1 parent c42a100 commit f593ad4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ npm install --save google-maps-react-markers
## 💻 Usage

```jsx
import GoogleMap from 'google-maps-react-markers'

const App = () => {
const mapRef = useRef(null)
const [mapReady, setMapReady] = useState(false)
Expand Down Expand Up @@ -216,4 +218,4 @@ MIT © [giorgiabosello](https://github.com/giorgiabosello)
<hr>
<p align="center">
Developed with ❤️ in Italy 🇮🇹
</p>
</p>

0 comments on commit f593ad4

Please sign in to comment.