Skip to content

Commit 71198e3

Browse files
Read.me fix
1 parent b54bceb commit 71198e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Lightweight and easy to use library to check internet connection status.
66
Usage
77
-----
88

9-
Include this library into your project and just check is window.online true.
9+
Include this library into your project and just check is <b>window.online</b> true.
1010

11-
Declare window.onlineHandler or window.offlineHandler to know status changes.
11+
Assign <b>window.onlineHandler</b> or <b>window.offlineHandler</b> functions to handle status changes.
1212

1313
Also you can change window.onlineCheckURL to your own to be independent.
1414

0 commit comments

Comments
 (0)