From 14e83642ce93c95f0be74912076b966a17484954 Mon Sep 17 00:00:00 2001 From: Martin Endler Date: Wed, 10 Aug 2016 21:03:22 +0200 Subject: [PATCH] updated readme --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4795f4b..68b53e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # node-pcsclite +[![npm](https://img.shields.io/npm/v/@pokusew/pcsclite.svg?maxAge=2592000)](https://www.npmjs.com/package/@pokusew/pcsclite) + Bindings over pcsclite to access Smart Cards. Starting with version **0.4.0** it works in **Linux**, **OS X** 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 + ## Installation In order to install the package you need to **have installed in the system the @@ -10,13 +15,13 @@ pcsclite libraries**. In **macOS** and **Windows** you **don't have to install** anything. > For example, in Debian/Ubuntu: -```bash -apt-get install libpcsclite1 libpcsclite-dev -``` -To run any code you will also need to have installed the pcsc daemon: -```bash -apt-get install pcscd -``` +> ```bash +> apt-get install libpcsclite1 libpcsclite-dev +> ``` +> To run any code you will also need to have installed the pcsc daemon: +> ```bash +> apt-get install pcscd +> ``` Once you have all needed libraries, you can install using npm: @@ -24,8 +29,6 @@ Once you have all needed libraries, you can install using npm: npm install @pokusew/pcsclite --save ``` - - ## Example ```javascript