Skip to content

Commit f23ebf2

Browse files
Merge pull request #81 from esurov/doc-fixes
Documentation
2 parents d73fcba + a3299b7 commit f23ebf2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
PHP Antimalware Scanner is a free tool to scan PHP files and analyze your project to find any malicious code inside it.
2222

2323
It provides an interactive text terminal console interface to scan a file, or all files in a given directory (file paths
24-
can be also be managed using `--filter-paths` or `--ignore-paths`), and find PHP code files that seem to contain malicious
25-
code. When a probable malware is detected, will be asked what action to take (like add to whitelist, delete files, try
26-
clean infected code etc...).
24+
can also be managed using `--filter-paths` or `--ignore-paths`), and find PHP code files that seem to contain malicious
25+
code. When a probable malware is detected, will be asked what action to take (like add to the whitelist, delete files, try
26+
clean infected code, etc).
2727

28-
The package can also scan the PHP files in a report mode (`--report|-r`), so without interact and outputting anything to
29-
the terminal console. In that case the results will be stored in a report file in html (default) or text
28+
The package can also scan the PHP files in a report mode (`--report|-r`), so without interacting and outputting anything to
29+
the terminal console. In that case, the results will be stored in a report file in HTML (default) or text
3030
format (`--report-format <format>`).
3131

32-
This scanner can work on your own php projects and on a lot of others platform using the right combinations of
32+
This scanner can work on your own php projects and on a lot of other platforms using the right combination of
3333
configurations (ex. using `--lite|-l` flag can help to find less false positivity).
3434

3535
:warning: *Remember that you will be solely responsible for any damage to your computer system or loss of data that
36-
results from such activities. You are solely responsible to adequate protection and backup of the data before execute
36+
results from such activities. You are solely responsible for adequate protection and backup of the data before executing
3737
the scanner.*
3838

3939
### How to contribute
@@ -57,17 +57,17 @@ greatly appreciated! Every little bit helps.
5757

5858
### Release
5959

60-
You can use one of this method to install the scanner downloading it from github or directly from console.
60+
You can use one of these methods to install the scanner by downloading it from GitHub or directly from the console.
6161

6262
#### Download
6363

64-
Go on GitHub page and press on Releases tab or download the raw file from:
64+
Go to the GitHub page and press on the Releases tab or download the raw file from:
6565

6666
[![Download](https://img.shields.io/badge/Download-Latest%20Build-important?style=for-the-badge)](https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner)
6767

6868
#### Console
6969

70-
1. Run this command from console (scanner will be download on your current directory):
70+
1. Run this command from the console (the scanner will be downloaded to your current directory):
7171

7272
`wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner`
7373

@@ -93,7 +93,7 @@ Go on GitHub page and press on Releases tab or download the raw file from:
9393

9494
##### Download
9595

96-
Click on GitHub page "Clone or download" or download from:
96+
Click the GitHub page "Clone or download" or download from:
9797

9898
[![Download](https://img.shields.io/badge/Download-Source-important?style=for-the-badge)](https://codeload.github.com/marcocesarato/PHP-Antimalware-Scanner/zip/master)
9999

0 commit comments

Comments
 (0)