From 1e826e8308dc91558886534310dfb8995e8e7be0 Mon Sep 17 00:00:00 2001 From: Pauloparakleto Date: Wed, 20 Mar 2024 11:37:52 -0300 Subject: [PATCH] chore(GETTING_STARTED.md): close parentheses --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 3c39868bb1..39223f53ac 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -28,7 +28,7 @@ Fetch the latest version of `master` from `upstream` (ie. the main repo): This project needs specific ruby/bundler versions as well as node/yarn specific versions. For a local setup you will need: -* Install or change your Ruby version according to the one specified at [.ruby-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.ruby-version) file) +* 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). * 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.