diff --git a/README.md b/README.md index 55db5de..b96e463 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cvss-calculator -CVSS (Common Vulnerability Scoring System) provides the numerical representation of Information Security vulnerabilities. The project is rewritten in React using bun to provide developer friendly understanding behind the CVSS calculaton. The original project link: https://github.com/cvssjs/cvssjs. +CVSS (Common Vulnerability Scoring System) provides the numerical representation and calculates base score of impact of Information Security vulnerabilities. The project is rewritten in React using bun. The original project link: https://github.com/cvssjs/cvssjs. # development @@ -11,4 +11,4 @@ bun start ``` # contributing -Feel free to send pull requests. \ No newline at end of file +Feel free to send pull requests.