From 7abd92ac465eb83eea24d6d6941b3c13405f1bb2 Mon Sep 17 00:00:00 2001 From: n-b-sonar <15651687+n-b-sonar@users.noreply.github.com> Date: Wed, 12 Jun 2019 22:25:51 +0200 Subject: [PATCH] Description update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b287fef..30c3153 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Scan your code with SonarCloud -> Using this GitHub Action, scan your code with [SonarCloud](https://sonarcloud.io/) to detects bugs, vulnerabilities and code smells in more than 25 programming languages! +Using this GitHub Action, scan your code with [SonarCloud](https://sonarcloud.io/) to detects bugs, vulnerabilities and code smells in more than 20 programming languages! +SonarCloud is the leading product for Continuous Code Quality online, totally free for open-source projects. It supports all major programming languages, including C#, VB .Net, JavaScript, TypeScript, C/C++ and many more. If your code is closed source, SonarCloud also offers a paid plan to run private analyses + ## Requirements * Have an account on SonarCloud. [Sign up for free now](https://sonarcloud.io/sessions/init/github) if it's not already the case!