From 68931c71bd8f35f12ced0be2e11e367ff0ace603 Mon Sep 17 00:00:00 2001 From: Jason Benaim Date: Sat, 27 Jul 2019 22:03:17 -0700 Subject: [PATCH] Add missing word in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a2e93..f441933 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ plug's AP. - Disable cloud nonsense by setting a bogus server URL: `hs100 192.168.0.1 set_server localhost` - Scan for your wifi AP using `hs100 192.168.0.1 scan`. Find your AP in the list and note its `key_type`; you will need this to associate. -- Associate with your AP using `hs100 192.168.0.1 ` +- Associate with your AP using `hs100 192.168.0.1 associate ` . Your key\_type is a number that indicates the kind of wifi security that your AP is using. You can find it by doing a wifi scan (see previous step).