Improve README

This commit is contained in:
Martin Endler
2020-01-24 22:07:10 +01:00
parent 74d0b388c6
commit caba89fbb8

View File

@@ -5,8 +5,9 @@
Bindings over pcsclite to access Smart Cards. It works in **Linux**, **macOS** and **Windows**. Bindings over pcsclite to access Smart Cards. It works in **Linux**, **macOS** and **Windows**.
> **Looking for library to work easy with NFC tags?** > 📌 **Looking for library to work easy with NFC tags?**
take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc) which offers easy to use high level API for detecting / reading and writing NFC tags and cards > take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc) which offers easy to use high level API
> for detecting / reading and writing NFC tags and cards
## Content ## Content
@@ -61,8 +62,12 @@ Once you have all needed libraries, you can install using npm:
npm install @pokusew/pcsclite --save npm install @pokusew/pcsclite --save
``` ```
## Example ## Example
> 👉 **If you'd prefer an easy to use high level API** for detecting / reading and writing NFC tags and cards,
> take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc).
```javascript ```javascript
const pcsclite = require('@pokusew/pcsclite'); const pcsclite = require('@pokusew/pcsclite');
@@ -146,6 +151,7 @@ pcsc.on('error', err => {
}); });
``` ```
## Behavior on different OS ## Behavior on different OS
TODO document TODO document