mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Fix wrong language in README.
Fix https://github.com/mbrubeck/agate/issues/189
This commit is contained in:
parent
7cd82c7812
commit
7e86f47d64
1 changed files with 2 additions and 2 deletions
|
|
@ -120,14 +120,14 @@ Such a configuration file might look like this:
|
|||
# This line will be ignored.
|
||||
**/*.de.gmi: ;lang=de
|
||||
nl/**/*.gmi: ;lang=nl
|
||||
index.gmi: ;lang=en-UK
|
||||
index.gmi: ;lang=en-GB
|
||||
LICENSE: text/plain;charset=UTF-8
|
||||
gone.gmi: 52 This file is no longer here, sorry.
|
||||
```
|
||||
|
||||
If this is the `.meta` file in the content root directory and the `-C` flag is used, this will result in the following response headers:
|
||||
* `/` or `/index.gmi`
|
||||
-> `20 text/gemini;lang=en-UK`
|
||||
-> `20 text/gemini;lang=en-GB`
|
||||
* `/LICENSE`
|
||||
-> `20 text/plain;charset=UTF-8`
|
||||
* `/gone.gmi`
|
||||
|
|
|
|||
Loading…
Reference in a new issue