From aa3e915549e5663ef57d0ecc797feddfe4e4c47e Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 1 Aug 2018 21:36:40 -0500 Subject: [PATCH] links should work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd0673..0cfc79f 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ variables, and that approach can be (optionally) combined with `docker build`: export EMBARK_DOCKER_EXTRA_RUN_OPTS='--rm' export EMBARK_DOCKER_IMAGE=statusim/embark export EMBARK_DOCKER_TAG=custom -export EMBARK_DOCKERFILE='https://github.com/embark-framework/embark-docker.git#develop' -export EMBARK_VERSION='embark-framework/embark#features/branch' +export EMBARK_DOCKERFILE='https://github.com/embark-framework/embark-docker.git#master' +export EMBARK_VERSION='embark-framework/embark#develop' export NODE_TAG=10.7.0 export RUNNER='https://raw.githubusercontent.com/embark-framework/embark-docker/master/run.sh'