From dc10a960f08eca6ae7709fb6700535b4bbef8952 Mon Sep 17 00:00:00 2001 From: Brandon Potts Date: Fri, 9 Jul 2021 15:47:06 -0400 Subject: [PATCH] updated the node URL in the deployment section of the README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 610fc61..b695f35 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ npm test * First you will need to deploy the broker as an application: ```bash - cf push overview-broker -i 1 -m 256M -k 256M --random-route -b https://github.com/cloudfoundry/nodejs-buildpack + cf push overview-broker -i 1 -m 256M -k 256M --random-route -b https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52 ``` * You can also use an application manifest to deploy the broker as an application: