From 3c8740f956330a87005725cfcdb6a393ef24ae20 Mon Sep 17 00:00:00 2001 From: Einar Magnus Boson Date: Wed, 18 Feb 2015 14:47:11 +0100 Subject: [PATCH] Update README.md to be valid markdown Mark some pieces of text as containing code so that it is displayed properly when rendered to HTML. --- src/raw/javascript/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/raw/javascript/README.md b/src/raw/javascript/README.md index e11f39ef..7ffa05a8 100644 --- a/src/raw/javascript/README.md +++ b/src/raw/javascript/README.md @@ -111,21 +111,21 @@ The pub-sub server understands the following simple text protocol. Each line is To subscribe to a topic: -subscribe, + subscribe, To unsubscribe from a topic: -unsubscribe, + unsubscribe, To publish a message to a topic: -publish,, + publish,, Where: - is the name of a topic + is the name of a topic - is some string you want to publish To run the server: @@ -197,7 +197,7 @@ Then point your browser at: http://localhost:8080. An index page will be served which contains some links to urls of the form: -/details// +`/details//` The server will extract the user and id from the uri and display it on the returned page