diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 51d3bdb8..f07db675 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -49,4 +49,4 @@ Please include a summary of the change and which issue is fixed. Please also inc
-- [ ] :raising_hand: **I certify on my honor that all the information provided is true, and I've done all I can to deliver a high quality code** +- [ ] :raising_hand: **I certify on my honor that all the information provided is true, and I've done all I can to deliver a high-quality code** diff --git a/README.md b/README.md index 736afdf6..d8c1c5e4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ make -j4 ``` The compiled filter will be named `darwin_filter_name` (*note: the name is displayed at the beginning of the compilation*). -You will find compilation and dependencies informations for each filters in the [Wiki](https://github.com/VultureProject/darwin/wiki). +You will find compilation and dependencies information for each filters in the [Wiki](https://github.com/VultureProject/darwin/wiki). ### Usage @@ -128,7 +128,7 @@ You will find more information in the [Wiki](https://github.com/VultureProject/d ## The Service -In the service directory is an rc script named `darwin` that is +In the service directory is a rc script named `darwin` that is the service script. It handles the following commands: `start`, `stop`, `status` and `restart`.