From 8a7fed7c39bcde1dabfee70e019905372419d5ce Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 May 2016 11:42:16 -0400 Subject: [PATCH] Grammar correction The goal is the perfect API compatibility -> The goal is perfect API compatibility. It's more idiomatic English. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa57ae96..e79cccfc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ API --- The API is very similar to the [standard node.js HTTPS API](http://nodejs.org/api/https.html). The -goal is the perfect API compatibility, with additional HTTP2 related extensions (like server push). +goal is perfect API compatibility, with additional HTTP2 related extensions (like server push). Detailed API documentation is primarily maintained in the `lib/http.js` file and is [available in the wiki](https://github.com/molnarg/node-http2/wiki/Public-API) as well.