From 70ede07936dc1c9cea34859d4490baca851e0d94 Mon Sep 17 00:00:00 2001 From: Franek Date: Wed, 5 Jun 2024 09:57:28 -0500 Subject: [PATCH] update: README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbe9c40..de94a6a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Then, prepare your API: 1. provide your API host in `API_HOST` constant. 2. provide your API port in `PORT` constant. - > Warning! + > [!WARNING] > Do not change the structure of the `DATA` object. It must be an object with keys being IDs and values, which are objects with CSS selectors as keys and objects with DOM properties as values. > Make sure that your API is running on the same port as the one provided in `PORT` constant.