diff --git a/README.md b/README.md
index f01d310..33fb730 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ DATA_PATH           Save file location. If not set it defaults to a sub-folder n
 MAX_PLAYERS         Maximum number of players that will be allowed to connect to server.
 DISCORD             Enables discord webhook features witch sends GameID to a channel.
 DISCORD_HOOK        Webhook url (Edit channel > Integrations > Create Webhook).
-SEASON              Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6). -1 is default setting where it is set depending on system date.
+SEASON              Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6), LunarNewYear(7). -1 is default setting where it is set depending on system date.
 SERVER_IP           Only used if port is set. Sets the address that the server will bind to.
 SERVER_PORT         What port to bind to. If not set, then the server will use the Steam relay network. If set the clients will connect to the server directly and the port needs to be open.
 ```