From a76c98da7105960a2189ebbf73755d2b0126c9bd Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 25 Jul 2024 13:44:17 +0300 Subject: [PATCH] fix typo in readme --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index cafa3ac9..401eec56 100644 --- a/README.MD +++ b/README.MD @@ -68,7 +68,7 @@ There are many many settings, that are not exposed in the UI yet. You can find o ### Console -To open the console, press `F12`, or if you are on mobile, you can type `#debug` in the URL (browser address bar), it wont't reload the page, but you will see a button to open the console. This way you can change advanced settings and see all errors or warnings. Also this way you can access global variables (described below). +To open the console, press `F12`, or if you are on mobile, you can type `#dev` in the URL (browser address bar), it wont't reload the page, but you will see a button to open the console. This way you can change advanced settings and see all errors or warnings. Also this way you can access global variables (described below). ### Development & Debugging