From 016fd15e6995b78d570a9591dcc3a21714fbe8ca Mon Sep 17 00:00:00 2001 From: Jake Cooper Date: Wed, 20 Oct 2021 11:56:24 -0700 Subject: [PATCH] Update README.md --- examples/http-nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-nodejs/README.md b/examples/http-nodejs/README.md index da7ad81..992d27d 100644 --- a/examples/http-nodejs/README.md +++ b/examples/http-nodejs/README.md @@ -17,7 +17,7 @@ This example starts an [HTTP Module](https://nodejs.org/api/http.html) server. - Install dependencies `yarn` - Connect to your Railway project `railway link` -- Start the development server `railway run yarn dev` +- Start the development server `railway run yarn start` ## 📝 Notes