docs: update markdown format
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
8705803764
commit
2bba4b4fc4
|
@ -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)
|
||||
|
||||
<a href="https://www.buymeacoffee.com/appleboy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
|
||||
[![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
|
||||
|
|
Loading…
Reference in New Issue