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 4e9c379 commit 35c7170
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 @@ -109,7 +109,7 @@ int addedSuccessfully = mWiseFy.addWPA2Network("WPA2 Network", "12345678");
To calculate number of bars given a networks signal strength and total number of bars:

```java
int bars = mWiseFy.calculateBars(-35, -5);
int bars = mWiseFy.calculateBars(-35, 5);
```

To compare the signal strength of two networks:
Expand Down

0 comments on commit 35c7170

Please sign in to comment.