Skip to content

Commit 9179996

Browse files
authored
Update README.md
1 parent b61ef08 commit 9179996

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ PHP User Agent Class, used for the following
1010

1111
## Usage
1212

13-
$UA = new UserAgent;
14-
echo $UA->IP(); // returns IP
13+
$UA = new UserAgent;
14+
15+
echo $UA->IP(); // returns IP
16+
1517
if($UA->isMobile()){
1618
// if is mobile
1719
}else{

0 commit comments

Comments
 (0)