Skip to content

Commit d9f158a

Browse files
committed
Update Readme.md
1 parent bb123fd commit d9f158a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ API
1616

1717
### Example 1
1818
```javascript
19-
window.wifi.lan; //Connected WiFi info
20-
window.wifi.networks; //Array of the visible WiFi networks
19+
window.wifi.lan; //Connected WiFi info
20+
window.wifi.networks; //Array of the visible WiFi networks
2121
```
2222

2323
### Example 2
2424
```javascript
25-
window.wifi.refresh();
25+
window.wifi.refresh();
2626
```
2727

2828
Changelog

0 commit comments

Comments
 (0)