Skip to content

Commit

Permalink
Missed one spot in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 22, 2016
1 parent 9895f5d commit 5f839d5
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 @@ -140,5 +140,5 @@ boolean removedSuccessfully = mWiseFy.removeNetwork(getActivity(), "SSID To Remo
To search for an SSID given a search string:

```java
String ssid = WiseFy.getSmarts().searchForSSID(getActivity(), "SSID To Search For", 3000);
String ssid = mWiseFy.searchForSSID(getActivity(), "SSID To Search For", 3000);
```

0 comments on commit 5f839d5

Please sign in to comment.