Skip to content

Commit 29a851d

Browse files
committed
chore(docs): correct typos and formatting in README.md
1 parent 9ef304f commit 29a851d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
This container is based on the [r10k container](https://github.com/voxpupuli/container-r10k) and therefore all its environment variables also apply here.
4242

4343
| Name | Description |
44-
| ---- | ------------|
44+
| ---- | ----------- |
4545
| `USER` | Login username to trigger hooks. Defauls to `puppet`. |
4646
| `PASSWORD` | Required. Password for user to login. |
4747
| `PORT` | Listen on this port. Defaults to `4000`. |
@@ -54,7 +54,7 @@ This container is based on the [r10k container](https://github.com/voxpupuli/con
5454
| `DEFAULT_BRANCH` | Set the default branch to deploy. Defaults too `production`. |
5555
| `GENERATE_TYPES` | Generate data types after successful deployment. Defaults to `true`. |
5656
| `CHAT` | Enable notification for a chat. Defaults to `false` |
57-
| `CHAT_SEREVICE` | Chat type, e.g. slack. |
57+
| `CHAT_SERVICE` | Chat type, e.g. slack. |
5858
| `CHAT_URL` | Chat server URL. |
5959
| `CHAT_CHANNEL` | Destination channel to notify for. |
6060
| `CHAT_USER` | Login user. |
@@ -65,9 +65,9 @@ This container is based on the [r10k container](https://github.com/voxpupuli/con
6565
### Build Arguments
6666

6767
| Name | Description |
68-
| ---- | ------------|
69-
|`R10K_VERSION`| The R10k container version to use as base layer. |
70-
|`WEBHOOK_GO_VERSION`| Version of webhook-go to install. |
68+
| ---- | ----------- |
69+
| `R10K_VERSION` | The R10k container version to use as base layer. |
70+
| `WEBHOOK_GO_VERSION` | Version of webhook-go to install. |
7171

7272
## Version Schema
7373

@@ -89,9 +89,9 @@ docker pull ghcr.io/voxpupuli/r10k-webhook:latest
8989

9090
| Name | Description |
9191
| --- | --- |
92-
| webhook-go.major | Describes the contained major webhook-go version |
93-
| webhook-go.minor | Describes the contained minor webhook-go version |
94-
| webhook-go.patch | Describes the contained patch webhook-go version |
92+
| webhook-go.major | Describes the contained major webhook-go version |
93+
| webhook-go.minor | Describes the contained minor webhook-go version |
94+
| webhook-go.patch | Describes the contained patch webhook-go version |
9595
| container.major | Describes breaking changes without backward compatibility |
9696
| container.minor | Describes new features or refactoring with backward compatibility |
9797
| container.patch | Describes if minor changes or bugfixes have been implemented |

0 commit comments

Comments
 (0)