Skip to content

Commit 5dafff6

Browse files
authored
Update README.md
1 parent 60170f7 commit 5dafff6

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
2-
![logo](assets/logo.png)
3-
4-
[![ ](https://img.shields.io/nuget/v/Chance.NET.svg)](https://www.nuget.org/packages/Chance.NET)
5-
[![ ](https://img.shields.io/nuget/dt/Chance.NET.svg)](https://www.nuget.org/packages/Chance.NET)
6-
[![ ](https://ci.appveyor.com/api/projects/status/ahkrm585ivrcqqsv/branch/master?svg=true)](https://ci.appveyor.com/project/gmantaos/chance-net/branch/master)
7-
[![ ](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1+
<h1 align="center">
2+
<img src="assets/logo.png">
3+
</h1>
4+
5+
<p align="center">
6+
<a href="https://www.nuget.org/packages/Chance.NET">
7+
<img src="https://img.shields.io/nuget/v/Chance.NET.svg">
8+
</a>
9+
<a href="https://www.nuget.org/packages/Chance.NET">
10+
<img src="https://img.shields.io/nuget/dt/Chance.NET.svg">
11+
</a>
12+
<a href="https://ci.appveyor.com/project/gmantaos/chance-net">
13+
<img src="https://ci.appveyor.com/api/projects/status/ahkrm585ivrcqqsv/branch/master?svg=true">
14+
</a>
15+
<a href="LICENSE">
16+
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
17+
</a>
18+
</p>
819

920
[Chance.js](http://chancejs.com) port into native C# targetting portable .NET Standard.
1021

0 commit comments

Comments
 (0)