Fix typo in README

This commit is contained in:
Matt Brubeck 2020-11-20 14:46:50 -08:00
parent 2b5125f517
commit 8b418ea09f

View file

@ -41,7 +41,7 @@ When a client requests the URL `gemini://example.com/foo/bar`, Agate will respon
Optionally, set a log level via the `AGATE_LOG` environment variable. Logging is powered by the [env_logger crate](https://crates.io/crates/env_logger):
```
AGATE_LOG=info 0.0.0.0:1965 path/to.content/ cert.pem key.rsa
AGATE_LOG=info 0.0.0.0:1965 path/to/content/ cert.pem key.rsa
```
[Gemini]: https://gemini.circumlunar.space/