Skip to content

Commit 5111e32

Browse files
committed
release 8.0.3
1 parent 5eb8bc7 commit 5111e32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

99
Install 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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)