From a34e51433bb51873dda5411ecbb6d6686cd1fee1 Mon Sep 17 00:00:00 2001 From: Wayne Zhang Date: Fri, 4 Nov 2016 17:36:00 -0700 Subject: [PATCH 1/2] Update README for testing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39932e0e6..159bffa0b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Endpoints Server Proxy, a.k.a. ESP is a proxy which enables API management capabilities for JSON/REST or gRPC API services. The current implementation is based on an [NGINX](http://nginx.org) HTTP reverse proxy server. +Made some change for testing. + ESP provides: * **Features**: authentication (auth0, gitkit), API key validation, JSON to gRPC From 54c49ffc1bff2e24fe923cede2e08198b93f3486 Mon Sep 17 00:00:00 2001 From: Wayne Zhang Date: Mon, 7 Nov 2016 15:07:18 -0800 Subject: [PATCH 2/2] Added detail change description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 159bffa0b..a0402a21a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ capabilities for JSON/REST or gRPC API services. The current implementation is based on an [NGINX](http://nginx.org) HTTP reverse proxy server. Made some change for testing. +This change is for testing submitting changes to github. ESP provides: