From 66be14df0cb94dbc4ffcd1197acf93a1591a94cd Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 12 Jan 2023 23:11:46 +0200 Subject: [PATCH] Update the README example response. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74a6ac7..0b71f3a 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,8 @@ Response (note that some games have a different structure): tv_name: None, keywords: Some("alltalk,nocrits"), rules: [ - ServerRule { - name: "mp_autoteambalance", - value: "1", - } + "mp_autoteambalance": "1", + "mp_maxrounds": "5", //.... ] }