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