Skip to content

Commit 0a48996

Browse files
committed
fix name
1 parent fb38338 commit 0a48996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This project offers JavaScript clients for the [GraphHopper Directions API](http
88

99
Install the lib with npm:
1010

11-
```npm install @graphhopper/graphhopper-js-api-client --save```
11+
```npm install @graphhopper/directions-api-js-client --save```
1212

13-
Notice the @graphhopper organization since 15th September 2025.
13+
Note the different package name in the @graphhopper organization since 15th September 2025.
1414

1515
You can either require the whole client enabling you to use every GraphHopper API, but you can also only require the pieces you need.
1616

1717
```javascript
18-
require('graphhopper-js-api-client');
18+
require('@graphhopper/directions-api-js-client');
1919

2020
window.onload = function() {
2121
let defaultKey = "[Sign-up for free and get your own key: https://www.graphhopper.com/products/]";

0 commit comments

Comments
 (0)