From a58b48bc3bcf43f7090d4cc914606af68fe55815 Mon Sep 17 00:00:00 2001 From: Сковорода Никита Андреевич Date: Sat, 9 Jul 2016 08:13:09 +0300 Subject: doc: various documentation formatting fixes * Fix markdown code sample in releases.md, it was Reviewed-By: Roman Reiss --- doc/api/synopsis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/synopsis.md') diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 35e8593d35..5e4e22a38b 100644 --- a/doc/api/synopsis.md +++ b/doc/api/synopsis.md @@ -32,7 +32,7 @@ server.listen(port, hostname, () => { To run the server, put the code into a file called `example.js` and execute it with Node.js: -``` +```txt $ node example.js Server running at http://127.0.0.1:3000/ ``` -- cgit v1.2.3