Skip to content

Commit f694e90

Browse files
committed
Fix description
1 parent bb835f4 commit f694e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install react-google-map-location
2828

2929
```tsx
3030
import React from 'react';
31-
import MapLocation from 'react-google-map-location';
31+
import { MapLocation } from 'react-google-map-location';
3232

3333
const App = () => {
3434
return (

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-map-location",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple React component for embedding Google Maps based on a location string or coordinates, with responsive settings and error handling.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)