Skip to content

Commit 04c20d2

Browse files
committed
Fix typos.
1 parent 9eac110 commit 04c20d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ You can find an example in this project's repository.
2222
To issue a new certificate:
2323

2424
```console
25-
docker-compose run cerboto certonly -d lemmy.imotorhead.com
25+
docker-compose run certboto certonly -d lemmy.imotorhead.com
2626
```
2727

2828
To renew existing certificates:
2929

3030
```console
31-
docker-compose run cerboto
31+
docker-compose run certboto
3232
```
3333

3434
For additional `certbot` commands see the help:
3535

3636
```console
37-
docker-compose run cerboto --help
37+
docker-compose run certboto --help
3838
```
3939

4040
### Install ###

0 commit comments

Comments
 (0)