From bfcce9089cd26f6afef82948961b53a3a2d1459e Mon Sep 17 00:00:00 2001 From: Caleb Date: Tue, 18 Apr 2017 17:07:13 -0400 Subject: [PATCH 1/2] Fixed "Getting Started not being bold It had showed four pound signs, now it is bold. I fixed it by deleting and re-adding the space in between the pounds and the text. Not sure why that was the issue, but I fixed it nonetheless. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 22d751fbc8..f379f87a28 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ ## Table of Contents -#### Getting started +#### Getting started - [Write a chat application](http://socket.io/get-started/chat/) From 592817731d712d910f345de0efe38bbea712ffd8 Mon Sep 17 00:00:00 2001 From: epicTCK Date: Tue, 18 Apr 2017 17:21:05 -0400 Subject: [PATCH 2/2] i think i fixed the markdown --- docs/API.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index bcae4fae58..749656f421 100644 --- a/docs/API.md +++ b/docs/API.md @@ -117,7 +117,7 @@ See [above](#new-serverhttpserver-options) for available options. The default (`/`) namespace. -#### server.serveClient([value]) +#### server.serveClient([value]) - `value` _(Boolean)_ - **Returns** `Server|Boolean` @@ -134,14 +134,14 @@ io.serveClient(false); io.attach(http); ``` -#### server.path([value]) +#### server.path([value]) - `value` _(String)_ - **Returns** `Server|String` Sets the path `value` under which `engine.io` and the static files will be served. Defaults to `/socket.io`. If no arguments are supplied this method returns the current value. -#### server.adapter([value]) +#### server.adapter([value]) - `value` _(Adapter)_ - **Returns** `Server|Adapter` @@ -181,7 +181,7 @@ Attaches the `Server` to an engine.io instance on `httpServer` with the supplied Attaches the `Server` to an engine.io instance on a new http.Server with the supplied `options` (optionally). -#### server.listen(httpServer[, options]) +#### server.listen(httpServer[, options]) Synonym of [server.attach(httpServer[, options])](#serverattachhttpserver-options). @@ -189,7 +189,7 @@ Synonym of [server.attach(httpServer[, options])](#serverattachhttpserver-option Synonym of [server.attach(port[, options])](#serverattachport-options). -#### server.bind(engine) +#### server.bind(engine) - `engine` _(engine.Server)_ - **Returns** `Server`