Add Appveyor badge + use the blue MIT badge
This commit is contained in:
parent
012dcf288c
commit
8cd48fc0e9
|
@ -1,8 +1,9 @@
|
|||
# Stint (Stack-based multiprecision integers)
|
||||
|
||||
[![Build Status (Travis)](https://img.shields.io/travis/status-im/nim-stint/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/status-im/nim-stint)
|
||||
[![Windows build status (Appveyor)](https://img.shields.io/appveyor/ci/mratsim/nim-stint/master.svg?label=Windows "Windows build status (Appveyor)")](https://ci.appveyor.com/project/mratsim/nim-stint)
|
||||
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
||||
![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
|
||||
|
||||
A fast and portable stack-based multi-precision integer library in pure Nim
|
||||
|
|
Loading…
Reference in New Issue