Improve README
This commit is contained in:
10
README.md
10
README.md
@@ -5,8 +5,9 @@
|
||||
|
||||
Bindings over pcsclite to access Smart Cards. It works in **Linux**, **macOS** and **Windows**.
|
||||
|
||||
> **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
|
||||
> 📌 **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
|
||||
|
||||
|
||||
## Content
|
||||
@@ -61,8 +62,12 @@ Once you have all needed libraries, you can install using npm:
|
||||
npm install @pokusew/pcsclite --save
|
||||
```
|
||||
|
||||
|
||||
## 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
|
||||
const pcsclite = require('@pokusew/pcsclite');
|
||||
|
||||
@@ -146,6 +151,7 @@ pcsc.on('error', err => {
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## Behavior on different OS
|
||||
|
||||
TODO document
|
||||
|
||||
Reference in New Issue
Block a user