From 651952a42e591f0cf2f08fcf89bf1c973567597c Mon Sep 17 00:00:00 2001 From: easbar Date: Wed, 5 Jun 2024 11:01:41 +0200 Subject: [PATCH] gallium -> iron --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d65d099..7f75e032 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ There is [an experimental `navi` branch](https://github.com/graphhopper/graphhop ## Start development: * Clone this repository. - * Make sure node and npm are installed. We recommend using the gallium LTS (node v20.14.0 and npm 10.7.0). + * Make sure node and npm are installed. We recommend using the iron LTS (node v20.14.0 and npm 10.7.0). * npm install * npm run serve * Open your browser at http://0.0.0.0:3000/.