mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Fix typo in README
This commit is contained in:
parent
2b5125f517
commit
8b418ea09f
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue