From 4c901f444b5e88e7d8b29349b294580b7c3d6d95 Mon Sep 17 00:00:00 2001 From: Jeremy Shimko Date: Sat, 4 Nov 2017 11:51:25 -0400 Subject: [PATCH] bump node version in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd6dc0..ff0bb57 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To use any of them, create a `launchpad.conf` in the root of your app and add an APT_GET_INSTALL="curl git wget" # Install a custom Node version (default: latest 8.x) -NODE_VERSION=4.8.3 +NODE_VERSION=8.9.0 # Installs the latest version of each (default: all false) INSTALL_MONGO=true