From 2081fcc92dfc45002b2149dece85ab1da619985b Mon Sep 17 00:00:00 2001 From: djnitehawk Date: Tue, 18 Mar 2025 20:20:43 +0530 Subject: [PATCH] fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bd2e9f..2b9a677 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ After the correct USB device path is setup, all you have to do is execute the `I After the application has started successfully, you can simply open up a web browser and navigate to `http://ip.address.of.machine` or `http://localhost` if the app is running in the same machine as your web browser, to see the dashboard. It may take up to 5 seconds for the data to show up initially. -If you have a firewall, please open port `80` to facilitate communication, pr change the port in the `appsettings.json` file. +If you have a firewall, please open port `80` to facilitate communication, or change the port in the `appsettings.json` file. In order to make the application/server automatically start at boot in Linux, follow the below procedure to create a `systemd` service.