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.