Skip to content

Commit

Permalink
doc: fixed typos and missing commas in README.md (#159)
Browse files Browse the repository at this point in the history
* Update README.md

Fixed typos and missing commas

* Update README.md

Removed a comma.

* Update README.md

Line break
  • Loading branch information
fahurox authored Oct 17, 2023
1 parent 6412a0e commit ec19f16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This is the Kubernetes Ingress Controller for Caddy. It includes functionality
for monitoring `Ingress` resources on a Kubernetes cluster and includes support
for providing automatic HTTPS certificates for all hostnames defined in ingress
resources that it is managing.
for providing automatic HTTPS certificates for all hostnames defined in the
ingress resources that it is managing.

## Prerequisites

Expand All @@ -12,8 +12,8 @@ resources that it is managing.

## Setup

In the `charts` folder a Helm Chart is provided to make installing the Caddy
Ingress Controller on a Kubernetes cluster straight forward. To install the
In the `charts` folder, a Helm Chart is provided to make installing the Caddy
Ingress Controller on a Kubernetes cluster straightforward. To install the
Caddy Ingress Controller adhere to the following steps:

1. Create a new namespace in your cluster to isolate all Caddy resources.
Expand Down Expand Up @@ -90,7 +90,7 @@ helm install ...\
```

> You can also specify options
> for the on demand config: `onDemandRateLimitInterval`, `onDemandRateLimitBurst` and `onDemandAsk`
> for the on-demand config: `onDemandRateLimitInterval`, `onDemandRateLimitBurst` and `onDemandAsk`

## Bringing Your Own Certificates
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
### Contribution
Learn how to start contribution on the [Contributing Guidline](CONTRIBUTING.md).
Learn how to start contributing on the [Contributing Guidline](CONTRIBUTING.md).
## License
Expand Down

0 comments on commit ec19f16

Please sign in to comment.