From 2ef773f80f98739f95f90418a13a7cf427cc3e32 Mon Sep 17 00:00:00 2001 From: Zhuojie Zhou Date: Thu, 14 May 2020 16:57:01 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb952cb9..0dbaf6f1 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ # OpenMock OpenMock is a Go service that can mock services in integration tests, staging environment, or anywhere. The goal is to simplify the process of writing mocks in various channels. -Currently it supports three channels: +Currently it supports the following channels: - HTTP +- gRPC - Kafka - AMQP (e.g. RabbitMQ)