From aa5930aa7f0a672d3ebaffaa2ea5b4986368d8fd Mon Sep 17 00:00:00 2001 From: Augusto Marietti Date: Thu, 4 Jun 2015 17:53:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631b69383cb2..66f6663c1bd5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Kong was created to secure, manage and extend Microservices & APIs. Kong is powe - **Monitoring**: Live monitoring provides key load and performance server metrics. - **Authentication**: Manage consumer credentials query string and header tokens. - **Rate-limiting**: Block and throttle requests based on IP, authentication or body size. - - **Transformations**: Add/remove/manipulate HTTP params/headers of requests and responses. + - **Transformations**: Add, remove or manipulate HTTP requests and responses. - **CORS**: Enable cross-origin requests to your APIs that would otherwise be blocked. - **Anything**: Need custom functionality? Extend Kong with your own Lua plugins!