Skip to content

Commit 860e077

Browse files
committed
fix: readme
1 parent 5de7b8f commit 860e077

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
@@ -24,7 +24,7 @@ cd ios && pod install
2424
## Usage
2525

2626
```js
27-
import { getAppleMapKitDirections } from 'react-native-maps-apple-directions';
27+
import { getAppleMapKitDirections } from 'react-native-apple-mapkit-directions';
2828

2929
// ...
3030
const origin = {
@@ -49,7 +49,7 @@ import MapView, { LatLng, Polyline } from 'react-native-maps';
4949
import {
5050
getAppleMapKitDirections,
5151
MapKitTransit,
52-
} from 'react-native-maps-apple-directions';
52+
} from 'react-native-apple-mapkit-directions';
5353

5454
export default function App() {
5555
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)