From aab92b9cb0eec4bbc831ba6d983043491cbd1684 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 28 Jan 2019 20:05:35 +0200 Subject: [PATCH] typescript(translucid): hopefully fixed markup Signed-off-by: prescientmoon --- typescript/translucid/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/typescript/translucid/README.md b/typescript/translucid/README.md index 1a68e39..7465ab7 100644 --- a/typescript/translucid/README.md +++ b/typescript/translucid/README.md @@ -65,10 +65,12 @@ And in files.json: } ``` -The QuickServer returns: * translucid => the basic translucid object - * express => the express module - * http => the http module - * server => instance of http.Server() - * connect => a promise that resolves when the server is listening to the specified port +The QuickServer returns: +* translucid => the basic translucid object +* express => the express module +* http => the http module +* server => instance of http.Server() +* connect => a promise that resolves when the server is listening to the specified port -Other utilities in translucid: * read => read a file +Other utilities in translucid: +* read => read a file