From 717aea9a03eb3a80a5af0e8a32a3b23197dc3503 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 2 Mar 2017 23:07:35 +0100 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 639ba9af8..1745a736a 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ Then load the resulting 'DependencyCheck-Report.html' into your favorite browser ### Docker -In the following example it is assumed that the source to be checked is in the actual directory. A persistent data directory and a persistent report directory is used so that the container can be destroyed after running it to make sure that you use the newst version, always. +In the following example it is assumed that the source to be checked is in the actual directory. A persistent data directory and a persistent report directory is used so that the container can be destroyed after running it to make sure that you use the newest version, always. ``` -# After the first run, feel free to change the owner of the directories to the owner of the creted files and the permissions to 744 +# After the first run, feel free to change the owner of the directories to the owner of the created files and the permissions to 744 DATA_DIRECTORY=$HOME/OWASP-Dependency-Check/data REPORT_DIRECTORY=/$HOME/OWASP-Dependency-Check/reports @@ -124,7 +124,7 @@ docker run --rm \ dc \ --suppression "/src/security/dependency-check-suppression.xml"\ --format "ALL" \ - --project "My OWASP Dependency Check Projekt" \ + --project "My OWASP Dependency Check Project" \ ```