From ee52f7592713f8864340faecb1f3ba2185c18185 Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Wed, 1 May 2019 05:30:10 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc742c3..a69a9a8 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Here --> you will find our [contributing guide](https://gitlab.com/bloodyhealth/ 1. Install [Android Studio](https://developer.android.com/studio/) - you'll need it to install some dependencies. -1. Make sure you are running Node 8 (newer versions won’t work). It's easiest to switch Node versions using `nvm`, here’s how to do it: +1. Make sure you are running Node 10 (newer versions won’t work). It's easiest to switch Node versions using `nvm`, here’s how to do it: ``` $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash - $ nvm install v8 + $ nvm install v10 ``` 1. Clone this repository: