From ee0cc30e3d0d3f839213b9907b0ee8b2e5576f49 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 4 Feb 2020 13:30:34 +0800 Subject: [PATCH] docs: fix typo Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38fad0..bfda43f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f - Support install TLS certificates from [Let's Encrypt](https://letsencrypt.org/) automatically. - Support send notification through [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) protocol, we use [gRPC](https://grpc.io/) as default framework. - Support running in Docker, [Kubernetes](https://kubernetes.io/) or [AWS Lambda](https://aws.amazon.com/lambda) ([Native Support in Golang](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/)) -- Support graceful shutdown that notifications workers and queue have are sent to APNs/FCM before a push notification service is shutdown. +- Support graceful shutdown that workers and queue have been sent to APNs/FCM before shutdown service. See the default [YAML config example](config/config.yml):