diff --git a/README.md b/README.md index b756695..35f9e55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ SonarCloud is the leading product for Continuous Code Quality & Code Security on Project metadata, including the location to the sources to be analyzed, must be declared in the file `sonar-project.properties` in the base directory: -``` +```properties sonar.organization= sonar.projectKey= @@ -26,7 +26,7 @@ sonar.sources=. The workflow, usually declared in `.github/main.workflow`, looks like: -``` +```yaml on: push name: Main Workflow jobs: