Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Jul 3, 2017
1 parent db0cd84 commit 4e9c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int result = mWiseFy.compareSignalLevel(-35, -70);
To connect to a network given an SSID:

```java
boolean connectedSuccessfully = mWiseFy.connectToNetwork("SSID To Reconnect To", 30000);
boolean connectedSuccessfully = mWiseFy.connectToNetwork("SSID To Connect To", 30000);
```

To disable wifi:
Expand Down

0 comments on commit 4e9c379

Please sign in to comment.