From b62f029087deee4b68ee3f3ccc47df48a2e7ffef Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sun, 4 Dec 2016 15:17:14 -0800 Subject: [PATCH] Fix some grammar problems in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7442c93c..9c63233f 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ discussions and support. SockJS-node API --------------- -The API design is based on the common Node API's like -[Streams API](http://nodejs.org/docs/v0.5.8/api/streams.html) or +The API design is based on common Node APIs like the +[Streams API](http://nodejs.org/docs/v0.5.8/api/streams.html) or the [Http.Server API](http://nodejs.org/docs/v0.5.8/api/http.html#http.Server). ### Server class