From e40aa3b2b3898dd2c25a679fc2388c832ffb5dbc Mon Sep 17 00:00:00 2001 From: Yuriy Grishchenko Date: Tue, 5 Feb 2019 21:32:35 +0200 Subject: [PATCH] Fix typo (#947) --- content/faq/how-to-change-port.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/how-to-change-port.md b/content/faq/how-to-change-port.md index d4aee82e..4e42746b 100644 --- a/content/faq/how-to-change-port.md +++ b/content/faq/how-to-change-port.md @@ -12,7 +12,7 @@ The most user friendly way to change the port permanently is to append the below Sample daemon_settings.yml (may vary by OS): {download_directory: c:\users\lbry, - peer:port: 3334} + peer_port: 3334} ## Other Methods To change the port once during runtime, set the LBRY_PEER_PORT env variable. Here's one way to do this: