Skip to content

Commit 0ea8283

Browse files
committed
Changed readme
1 parent f3e11d4 commit 0ea8283

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create *composer.json* file:
2727
"type": "project",
2828
"require": {
2929
"php": ">=5.3.0",
30-
"longman/ip-tools": "*"
30+
"longman/ip-tools": "~1.0.1"
3131
}
3232
}
3333
```
@@ -75,4 +75,20 @@ $status = Ip::match('192.168.1.1', '192.168.0.0/255.255.255.0'); // false
7575

7676
$status = Ip::match('192.168.1.1', array('192.168.123.*', '192.168.123.124'));
7777

78-
```
78+
```
79+
80+
81+
82+
83+
-----
84+
This code is available on
85+
[Github](https://github.com/akalongman/php-ip-tools). Pull requests are welcome.
86+
87+
## Troubleshooting
88+
If you like living on the edge, please report any bugs you find on the
89+
[PHP IP Tools issues](https://github.com/akalongman/php-ip-tools/issues) page.
90+
## Contributing
91+
See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
92+
## Credits
93+
94+
Credit list in [CREDITS](CREDITS)

0 commit comments

Comments
 (0)