From 6bd0e3da205c1a520a93de166fafb4df9a34ed2c Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Mon, 10 Jan 2022 15:14:20 +0100 Subject: [PATCH] fix typos in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2aba3b8..f058e58 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # csaf_distribution -**WIP**: A prove of concept for a CSAF trusted provider, checker and aggregator. +**WIP**: A proof of concept for a CSAF trusted provider, checker and aggregator. ## Setup @@ -19,8 +19,8 @@ - To configure nginx see [docs/provider-setup.md](docs/provider-setup.md) ## csaf_uploader -csaf_uploader is a command line tool that upload CSAF-Documents to the trusted provider (CSAF_Provider). -Follwoing options are supported: +csaf_uploader is a command line tool that uploads CSAF documents to the trusted provider (CSAF_Provider). +Following options are supported: | Options | Description | | ------------------------------------------ | ------------------------------------------------------------------------------------------ | @@ -36,13 +36,13 @@ Follwoing options are supported: | -c, --config=INI-FILE | Path to config ini file | | -h, --help | Show help | -E.g. of Creating the initial directiories and files +E.g. creating the initial directiories and files ``` ./csaf_uploader -a create -u http://localhost/cgi-bin/csaf_provider.go ``` -E.g. of Uploading a csaf-document +E.g. uploading a csaf-document ``` ./csaf_uploader -a upload -I -t white -u http://localhost/cgi-bin/csaf_provider.go CSAF-document-1.json