From 0f6f7b332c767b5a02f3ff7adf544917d2fca669 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 29 Oct 2024 08:18:14 -0400 Subject: [PATCH] fix typo --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 59d65b526a..4a19a5c047 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -31,7 +31,7 @@ This project needs specific ruby/bundler versions as well as node/yarn specific * Install or change your Ruby version according to the one specified at [.ruby-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.ruby-version) file. - To manage versions, it's recommended to use [rbenv](https://github.com/rbenv/rbenv) or [RVM](https://rvm.io/). * Install [nodenv](https://github.com/nodenv/nodenv) to ensure the correct [.node-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.node-version) is used. - - [nodevn](https://github.com/nodenv/nodenv) is recommended as a node version manager. + - [nodenv](https://github.com/nodenv/nodenv) is recommended as a node version manager. * PostgreSQL database * Redis (for background jobs) * Chrome (for testing)