From d0b58c0287e67a139137aa906819d95f8314b093 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 10 Oct 2021 21:55:04 -0700 Subject: doc: format doc/api/*.md with markdown formatter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40403 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Zijian Liu Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel --- doc/api/synopsis.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api/synopsis.md') diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 5bfdebc32c..cbc1888e20 100644 --- a/doc/api/synopsis.md +++ b/doc/api/synopsis.md @@ -11,6 +11,7 @@ Please see the [Command-line options][] document for more information. ## Example + An example of a [web server][] written with Node.js which responds with `'Hello, World!'`: @@ -48,7 +49,7 @@ Windows PowerShell: ``` Next, create a new source file in the `projects` - folder and call it `hello-world.js`. +folder and call it `hello-world.js`. Open `hello-world.js` in any preferred text editor and paste in the following content: -- cgit v1.2.1