From 2bba4b4fc41795023a8fa493725f65bf1c0a2e7d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 4 May 2022 16:27:24 +0800 Subject: [PATCH] docs: update markdown format Signed-off-by: Bo-Yi Wu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 040c2f4..36a0c2f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f - [Quick Start](#quick-start) - [Create the Service Controller for AWS ELB](#create-the-service-controller-for-aws-elb) - [Ingress Controller for AWS ALB](#ingress-controller-for-aws-alb) - - [Clean up the gorush:](#clean-up-the-gorush) + - [Clean up the gorush](#clean-up-the-gorush) - [Run gorush in AWS Lambda](#run-gorush-in-aws-lambda) - [Build gorush binary](#build-gorush-binary) - [Deploy gorush application](#deploy-gorush-application) @@ -58,7 +58,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f - [Stargazers over time](#stargazers-over-time) - [License](#license) -Buy Me A Coffee +[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/appleboy) ## Support Platform @@ -1271,7 +1271,7 @@ kubectl create -f k8s/gorush-service.yaml kubectl create -f k8s/gorush-aws-alb-ingress.yaml ``` -### Clean up the gorush: +### Clean up the gorush ```sh kubectl delete -f k8s