File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ This project offers JavaScript clients for the [GraphHopper Directions API](http
88
99Install 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
1515You 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
2020window .onload = function () {
2121 let defaultKey = " [Sign-up for free and get your own key: https://www.graphhopper.com/products/]" ;
You can’t perform that action at this time.
0 commit comments