Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Jun 10, 2019
1 parent d4de825 commit 2121a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Project metadata, including the location to the sources to be analyzed, must be
sonar.organization=<replace with your SonarCloud organization key>
sonar.projectKey=<replace with the key generated when setting up the project on SonarCloud>
// 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"
}
Expand Down

0 comments on commit 2121a86

Please sign in to comment.