From 09d5200b85efef3aadf1022a254356c397b04294 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Wed, 13 Jun 2018 08:06:30 +1000 Subject: [PATCH] Link to equivalent app written in TypeScript --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eac726..f7a0651 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Node.js Sample App -```cf push``` +``` +cf push +``` https://docs.cloudfoundry.org/buildpacks/node/node-tips.html + +## TypeScript + +For an equivalent sample application written in TypeScript, see https://github.com/drnic/cf-sample-app-nodejs-typescript.