From 61b375c91372e9048365ad0fa4f718a67a128bb2 Mon Sep 17 00:00:00 2001 From: "Rene V. Vergara" Date: Sat, 23 Dec 2023 22:32:34 -0500 Subject: [PATCH] api-srvr: README update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3610b42..47bb08c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The template is functional and you can test it using HTTPie, curl or Postman. ### Start the API server ``` -npm run dev +$>npm run dev > api_srvr@1.0.0 dev > nodemon ./src/apisrvr.ts @@ -31,8 +31,8 @@ Press Ctrl-C to exit Using another terminal, run the following wommand -... -$> http localhost:3000/ +``` +$>http localhost:3000/ HTTP/1.1 200 OK Connection: keep-alive Content-Length: 16 @@ -45,4 +45,4 @@ X-Powered-By: Express Main page loaded $> -... +```