Fix 2 typos (#514)
authorGiel Janssens <gieljnssns@me.com>
Sat, 11 Mar 2023 18:56:15 +0000 (19:56 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 18:56:15 +0000 (19:56 +0100)
Fix typos in README.md

README.md

index 5a5421de76bc361d7486460d9f141ce54bff8e87..8e071e2ca206d51f6ce8a25e1cbeb6974928ba40 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,9 +52,9 @@ ____________
 
 - Because the server heavily relies on multicast techniques like mDNS and uPNP to discover players in your network it MUST be run in the same Layer 2 network as your player devices.
 
-- The server itself hosts a very simple webserver to stream audio to devices. This webinterface must be run at HTTP (so no HTTPS) and accessible by IP-address from local players. See the server's logging at startup if it correctly auto-detected the locl IP.
+- The server itself hosts a very simple webserver to stream audio to devices. This webinterface must be run at HTTP (so no HTTPS) and accessible by IP-address from local players. See the server's logging at startup if it correctly auto-detected the local IP.
 
-- The server itself hosts a websocket API and a JSON RPC API which is more or less compatible with LMS. The Music Assistant fronted communicates with the serer using the websockets API.
+- The server itself hosts a websocket API and a JSON RPC API which is more or less compatible with LMS. The Music Assistant fronted communicates with the server using the websockets API.
 
 - The webinterface of the server can be reached on the tcp port 8095 by default (unless that port is occupied, then it picks the next available port). See the server's logging to confirm the port.