From ab6ef7dfe2bdfc9e8ed39ab730b600b6defafdbc Mon Sep 17 00:00:00 2001
From: Jan Betik <jan.betik@nic.cz>
Date: Wed, 16 Oct 2019 13:37:29 +0000
Subject: [PATCH] Update hardware_wiring.md Fix of typo nsfram vs nsfarm

---
 docs/hardware_wiring.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/hardware_wiring.md b/docs/hardware_wiring.md
index 353fbe3..5df0cbb 100644
--- a/docs/hardware_wiring.md
+++ b/docs/hardware_wiring.md
@@ -128,10 +128,10 @@ board. There should be no other device on that network. To apply this
 configuration you can either use UCI:
 ```
 uci set network.nsfarm_wan=interface
-uci set network.nsfram_wan.type=bridge
-uci set network.nsfram_wan.proto=none
-uci add_list network.nsfram_wan.ifname=lan1.1
-uci add_list network.nsfram_wan.ifname=lan2
+uci set network.nsfarm_wan.type=bridge
+uci set network.nsfarm_wan.proto=none
+uci add_list network.nsfarm_wan.ifname=lan1.1
+uci add_list network.nsfarm_wan.ifname=lan2
 uci commit network
 ```
 or you can add to file `/etc/config/network` section like this:
-- 
GitLab