File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ This project offers JavaScript clients for the [GraphHopper Directions API](http
88
99Install the lib with npm:
1010
11- ``` npm install graphhopper-js-api-client --save ```
11+ ``` npm install @graphhopper/graphhopper-js-api-client --save ```
12+
13+ Notice the @graphhopper organization since 15th September 2025.
1214
1315You can either require the whole client enabling you to use every GraphHopper API, but you can also only require the pieces you need.
1416
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphhopper/graphhopper-js-api-client" ,
3- "version" : " 8.0.2 " ,
3+ "version" : " 8.0.3 " ,
44 "description" : " A Javascript Client for the GraphHopper Directions API" ,
55 "author" : " GraphHopper Community" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments