From 328379b7f14fe66b549ad05f21c81d18618606c8 Mon Sep 17 00:00:00 2001 From: Fabrice Carrega Date: Mon, 1 Feb 2016 22:47:17 +0100 Subject: [PATCH] Corrected typo #214 --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index aabf6579..f5dd8ef0 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -24,7 +24,7 @@ You have installed Shairport-sync successfully, the deamon is running, you can s **Solution** -You have to allow connections to your Pi from remote devices. To do so, after re-enabling UFW (see last stp of the previous section), enter the following commands in shell: +You have to allow connections to your Pi from remote devices. To do so, after re-enabling UFW (see last step of the previous section), enter the following commands in shell: ``` sudo ufw allow from 192.168.1.1/16 to any port 3689 proto tcp -- 2.47.3