Skip to content

Commit ac22fee

Browse files
authored
add npm badge
1 parent 1c3dd31 commit ac22fee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# node-csharp-random
2+
[![npm version](https://badge.fury.io/js/node-csharp-random.svg)](https://badge.fury.io/js/node-csharp-random)
3+
24
a random library like as Random Class of C#
35
```
46
var Random = require('node-csharp-random');
@@ -21,4 +23,4 @@ console.log(random.NextDouble());
2123

2224
![random-node](https://raw.githubusercontent.com/Rwing/Rwing-s-Repository/master/images/random-node.png)
2325

24-
![random-csharp](https://raw.githubusercontent.com/Rwing/Rwing-s-Repository/master/images/random-csharp.png)
26+
![random-csharp](https://raw.githubusercontent.com/Rwing/Rwing-s-Repository/master/images/random-csharp.png)

0 commit comments

Comments
 (0)