diff --git a/Configuration.md b/Configuration.md
index c129711..2c1190a 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -1,5 +1,5 @@
| CVar | Default | Min | Max | Description |
-| :---------------------------- | :-----: | :-: | :----------: | :--------------------------------------------- |
+| :---------------------------- | :-----: | :-: | :----------: | :--------------------------------------------------------------------- |
| mp_freeforall | 0 | 0 | 1 | The style of gameplay where there aren't any teams (FFA mode)
`0` disabled
`1` enabled |
| mp_maxmoney | 16000 | 0 | `0x7FFFFFFF` | The maximum allowable amount of money in the game
| mp_round_infinite | 0 | 0 | 1 | Flags for fine grained control (choose as many as needed)
`0` disabled
`1` enabled
or flags
`a` block round time round end check
`b` block needed players round end check
`c` block VIP assassination/success round end check
`d` block prison escape round end check
`e` block bomb round end check
`f` block team extermination round end check
`g` block hostage rescue round end check
`Example setting:` "ae" blocks round time and bomb round end checks |