Skip to content

Commit

Permalink
chore: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustyn authored Jan 18, 2024
1 parent 588ead0 commit 21d39b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Casket is a fork of [mholt's Caddy web server](https://github.com/caddyserver/caddy) v1.
Its goal is to maintain Caddy's original goal of being a straight forward, simple
to use web server rather than the direction of Caddy v2 which has a focus on
microservices and programtic configurability.
microservices and programmatic configurability.

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

0 comments on commit 21d39b3

Please sign in to comment.