Skip to content

Commit d8d5f39

Browse files
committed
Fixed link
1 parent 2d05bfd commit d8d5f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import Cvss from 'cvss-calculator';
5252
const cvss = new Cvss("Cvss Vector ...");
5353
const baseScore = cvss.getBaseScore();
5454
```
55-
> Example: https://github.com/bugra9/cvss-calculator/blob/master/examples/node/index.js
55+
> Example: https://github.com/bugra9/cvss-calculator/blob/master/examples/node.js/index.js
5656
5757
## Usage
5858
```js

0 commit comments

Comments
 (0)