Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcd0e99

Browse files
committed
Match shield styles
Use the same flat-icon style from shields.io Include Appveyor logo on its shield
1 parent ad82778 commit fcd0e99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ static void Main(string[] args)
6868
Output:
6969

7070
```c
71-
1.0
72-
-0.958924274663
73-
-0.6752620892
74-
float64
75-
int32
76-
[6. 10. 12.]
71+
1.0
72+
-0.958924274663
73+
-0.6752620892
74+
float64
75+
int32
76+
[6. 10. 12.]
7777
```
7878

79-
[travis shield]: https://travis-ci.org/pythonnet/pythonnet.png?branch=master
79+
[travis shield]: https://img.shields.io/travis/pythonnet/pythonnet/master.svg?style=flat-square
8080

81-
[appveyor shield]: https://ci.appveyor.com/api/projects/status/g4flfwq46g2adv6a/branch/master?svg=true
81+
[appveyor shield]: https://img.shields.io/appveyor/ci/pythonnet/pythonnet-0kq5d/master.svg?style=flat-square&logo=data%3Aimage%2Fsvg%2Bxml%2C%3Csvg+xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27+width%3D%2740%27+height%3D%2740%27+viewBox%3D%270+0+40+40%27%3E%3Cpath+fill%3D%27%23BBB%27+d%3D%27M20+0c11+0+20+9+20+20s-9+20-20+20S0+31+0+20+9+0+20+0zm4.9+23.9c2.2-2.8+1.9-6.8-.9-8.9-2.7-2.1-6.7-1.6-9+1.2-2.2+2.8-1.9+6.8.9+8.9+2.8+2.1+6.8+1.6+9-1.2zm-10.7+13c1.2.5+3.8+1+5.1+1L28+25.3c2.8-4.2+2.1-9.9-1.8-13-3.5-2.8-8.4-2.7-11.9+0L2.2+21.6c.3+3.2+1.2+4.8+1.2+4.9l6.9-7.5c-.5+3.3.7+6.7+3.5+8.8+2.4+1.9+5.3+2.4+8.1+1.8l-7.7+7.3z%27%2F%3E%3C%2Fsvg%3E
8282

8383
[license shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square

0 commit comments

Comments
 (0)