From 8500067e0fb817cc2aa4820b0c80918e858e389f Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 31 Jan 2016 09:18:39 +0530 Subject: [PATCH] Typo in Readme.md commicate > communicate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbbe5ec9..131537355 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ respond to the OPTIONS verb and explain what they support as well as the data format of their JSON payload. RAML support is an upcoming feature. -The project uses HTTP itself to commicate other metadata. For +The project uses HTTP itself to communicate other metadata. For instance the number of rows returned by an endpoint is reported by - and limited with - range headers. More about [that](http://begriffs.com/posts/2014-03-06-beyond-http-header-links.html).