Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Jun 29, 2023
1 parent 56e516c commit e50c7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is a Server based on Golang, which allows you to serve WebP images on the f

We strongly recommend using Docker to run WebP Server Go because running it directly with the binary may encounter issues with `glibc` and some dependency libraries, which can be quite tricky to resolve.

Make sure you've Docker and `docker-compose` installed, create a directory and create `docker-compose.yml` file inside it like this:
Make sure you've got Docker and `docker-compose` installed, create a directory and create `docker-compose.yml` file inside it like this:

```yml
version: '3'
Expand Down

0 comments on commit e50c7da

Please sign in to comment.