typo in README.md #1259
Labels
area/examples
Examples. Usually found in the `examples` directory
kind/cleanup
Refactoring code, fixing up documentation, etc
kind/documentation
Documentation for Agones
Milestone
What happened:
There is typo in README.md of agones/examples/unity-simple/README.md:
...
| Shutdown | Shutdown() |
| """Gaame"""Server | GameServer() |
...
What you expected to happen:
Should be:
...
| Shutdown | Shutdown() |
| """Game"""Server | GameServer() |
...
How to reproduce it (as minimally and precisely as possible):
Always
Anything else we need to know?:
Environment:
kubectl version
): anyThe text was updated successfully, but these errors were encountered: