diff --git a/README.md b/README.md index a54dd438d..bd048fa2f 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ replacing `username` with your actual username. Please be careful and only do th Then you can run the tests in all modules or a specific one: -````bash +```bash $ go test ./... $ go test ./modules/caddyhttp/tracing/ ```