From febb7575a9c37cae00667f871447548d720afdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Sun, 14 Jan 2024 15:18:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5ee19..d4b8417 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ FM-DX Webserver is a cross-platform web server designed for FM DXers who want to 4. Start the server: ```bash - npm start + node . ``` 4. Open your web browser and navigate to `http://web-server-ip:web-server-port` to access the web interface.