Skip to content

Commit 21d39b3

Browse files
authored
chore: typo in readme
1 parent 588ead0 commit 21d39b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Casket is a fork of [mholt's Caddy web server](https://github.com/caddyserver/caddy) v1.
44
Its goal is to maintain Caddy's original goal of being a straight forward, simple
55
to use web server rather than the direction of Caddy v2 which has a focus on
6-
microservices and programtic configurability.
6+
microservices and programmatic configurability.
77

88
Casket will come with all the features you love about Caddy v1, while also
99
adding our own touches for convenience and usability.
@@ -45,4 +45,4 @@ services:
4545
- ./Casketfile:/config/Casketfile # Pass in your casket config
4646
- ./static:/www # Pass in your static content
4747
- casket_data:/data # Create a volume to store persistent data (e.g. certificates)
48-
```
48+
```

0 commit comments

Comments
 (0)