Moved compatibity to be shown as badge/shield

This commit is contained in:
Alexander Cerutti
2019-04-28 12:49:34 +02:00
parent baf096c380
commit 1bb911b0c3

View File

@@ -7,6 +7,8 @@
<p align="center">Simple Node.js interface to generate customized <a href="https://developer.apple.com/wallet/">Apple Wallet Passes</a> for iOS.</p>
![](https://img.shields.io/npm/v/passkit-generator.svg?label=passkit-generator)
![](https://img.shields.io/node/v/passkit-generator.svg)
</div>
<br>
@@ -27,9 +29,6 @@ This package comes with an [API documentation](./API.md), that makes available a
$ npm install passkit-generator --save
```
### Compatibility
This package is compatible starting with Node v8.1.0+.
___
## Get Started