Fix typo in README
This commit is contained in:
parent
e217fe9e83
commit
1e9dc04dc4
2 changed files with 10 additions and 10 deletions
12
README.md
12
README.md
|
|
@ -27,17 +27,17 @@ with [discussion forums][group] and a [discord server][chat] to help and support
|
||||||
See [the full installation instructions][installation] for more help.
|
See [the full installation instructions][installation] for more help.
|
||||||
|
|
||||||
Next, browse to `http://localhost:4001` or use your third-party mud client to
|
Next, browse to `http://localhost:4001` or use your third-party mud client to
|
||||||
connect to to `localhost`, port `4000` to see your working (if empty) game!
|
connect to `localhost`, port `4000` to see your working (if empty) game!
|
||||||
|
|
||||||
![screenshot][screenshot]
|
![screenshot][screenshot]
|
||||||
_A game website is created automatically. Connect to your Evennia game from your web browser as well as using traditional third-party clients_.
|
_A game website is created automatically. Connect to your Evennia game from your
|
||||||
|
web browser as well as using traditional third-party clients_.
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
If this piqued your interest, there is a [lengthier introduction][introduction] to read. You
|
If this piqued your interest, there is a [lengthier introduction][introduction] to read. You
|
||||||
can also read our [Evennia in pictures][evenniapictures] overview.
|
can also read our [Evennia in pictures][evenniapictures] overview. After that,
|
||||||
|
why not check out the [Evennia Beginner tutorial][beginnertutorial].
|
||||||
After that, why not check out the [Evennia Beginner tutorial][beginnertutorial].
|
|
||||||
|
|
||||||
Welcome!
|
Welcome!
|
||||||
|
|
||||||
|
|
@ -58,5 +58,5 @@ Welcome!
|
||||||
[chat]: https://discord.gg/AJJpcRUhtF
|
[chat]: https://discord.gg/AJJpcRUhtF
|
||||||
[wikimudpage]: http://en.wikipedia.org/wiki/MUD
|
[wikimudpage]: http://en.wikipedia.org/wiki/MUD
|
||||||
[evenniapictures]: https://www.evennia.com/docs/latest/Evennia-In-Pictures.html
|
[evenniapictures]: https://www.evennia.com/docs/latest/Evennia-In-Pictures.html
|
||||||
[beginnertutorial]: https://www.evennia.com/docs/latest/Howtos/Howtos-Overview.html#beginner-tutorial
|
[beginnertutorial]: https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.html
|
||||||
[installation]: https://www.evennia.com/docs/latest/Setup/Setup-Overview.html#installation-and-running
|
[installation]: https://www.evennia.com/docs/latest/Setup/Setup-Overview.html#installation-and-running
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
These Evennia versions are currently supported with security updates. You are recommended
|
These Evennia versions are currently supported with security updates. You are recommended
|
||||||
to use the latest minor/patch version within each major version.
|
to use the latest minor/patch version within each major version.
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
| 1.x | :white_check_mark: |
|
| 2.x | :white_check_mark: |
|
||||||
| < 1.0 | :x: |
|
| < 2.0 | :x: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
To report a vulnerability, go to the [issue tracker](https://github.com/evennia/evennia/issues/new/choose) and choose "Report a vulnerability".
|
To report a vulnerability, go to the [issue tracker](https://github.com/evennia/evennia/issues/new/choose) and choose "Report a vulnerability".
|
||||||
Your report will only be visible to Evennia core devs, until they choose to publish it.
|
Your report will only be visible to Evennia core devs, until they choose to publish it.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue