Skip to content

Commit b40f585

Browse files
authored
Update README.md
A light clean-up of the language.
1 parent 9d62568 commit b40f585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Description
2-
phpipam-agent is a scanning agent for phpipam server to be deployed to remote servers
2+
phpipam-agent is a scanning agent for a phpipam server to be deployed to remote servers
33

44
## License
5-
phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
5+
phpipam is released under the GPL v3 license. See misc/gpl-3.0.txt.
66

77
## Requirements
88
- 64bit PHP version 5.4+ with following modules
99
- pdo, pdo_mysql : Adds support for mysql connections (if type=mysql)
1010
- gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
1111
- json : Adds supports for JSON data-interexchange format
12-
- pcntl : Adds supports for threading via cli ( not supported by windows )
12+
- pcntl : Adds supports for threading via CLI ( not supported by windows )
1313
- PHP PEAR support (dev-php/pear)
1414

1515
## Install
@@ -40,8 +40,8 @@ git submodule update --init --recursive
4040
```
4141
4242
## Scheduled scans
43-
For scheduled scans you have to run script from cron. Add something like following to your cron to scan
44-
each 15 minutes:
43+
For scheduled scans you have to run a script from cron. Add something like the following to your cron to scan
44+
every 15 minutes:
4545
4646
```
4747
*/15 * * * * php /where/your/agent/index.php update

0 commit comments

Comments
 (0)