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**.
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user