From a9242851a684afb688f7990ef4649d223b16b2d5 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Fri, 26 Oct 2018 10:07:24 +0300 Subject: [PATCH] README: Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8944cfc..dca0f3e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Switch network interface (NIC), such as `eth0` or `wlan0`, from default *client - `iproute2` - - 'ip' command which is required for NIC configuration + - `ip` command which is required for NIC configuration - `dhcp` (server) @@ -160,7 +160,7 @@ For instance: - Tell snic script that this is a wireless interface (starts hostapd service) - - Set a static IPv4 address for eth0, defined in `/etc/snic/snic-wlan0.conf` + - Set a static IPv4 address for wlan0, defined in `/etc/snic/snic-wlan0.conf` - Start DHCP server on the subnet where wlan0 belongs to.