From 301a0e29fed6685978ca94f427e6eacd786024bd Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Thu, 18 Feb 2021 13:03:25 -0500 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57f3dfb..9f9ccb53 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ like a REST api or gRPC service. 1. Code-generate your client libraries in full -- never write another API client again 2. Compatible with the Web. A Webrpc server is just a HTTP/HTTPS server that speaks JSON, and thus - all existing load balancers, proxies, caches, and tools work out of the box (versus gRPC). cURL "just works". + all existing browsers, http clients, load balancers, proxies, caches, and tools work + out of the box (versus gRPC). cURL "just works". 3. Be more productive, write more correct systems. ---