From 2121a8656cb77cda19999b38f6f1f8da86284b67 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 10 Jun 2019 09:53:46 +0200 Subject: [PATCH] Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f77ddda..b287fef 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ Project metadata, including the location to the sources to be analyzed, must be sonar.organization= sonar.projectKey= -// relative paths to source directories. More details and properties are described -// in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/ +# relative paths to source directories. More details and properties are described +# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/ sonar.sources=. ``` The workflow, usually declared in `.github/main.workflow`, looks like: ``` -workflow "Main Worflow" { +workflow "Main Workflow" { on = "push" resolves = "SonarCloud Trigger" }