From 286cfb36be6255c656f6fe90954e1f22b4bb1b91 Mon Sep 17 00:00:00 2001 From: Julien Millau Date: Sat, 13 Dec 2014 18:03:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8abddf06..0678594b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## EMV NFC Paycard Enrollment [![Build Status](https://travis-ci.org/devnied/EMV-NFC-Paycard-Enrollment.png)](https://travis-ci.org/devnied/EMV-NFC-Paycard-Enrollment) [![Coverage Status](https://coveralls.io/repos/devnied/EMV-NFC-Paycard-Enrollment/badge.png?branch=master)](https://coveralls.io/r/devnied/EMV-NFC-Paycard-Enrollment?branch=master) ### Description -Java library used to read and extract data from NFC EMV paycard.
+Java library used to read and extract public data from NFC EMV credit cards.
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.devnied.emvnfccard/library/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.devnied.emvnfccard/library)

Android sample app available on Play store. @@ -12,7 +12,7 @@ Android sample app available on Play store. ### Getting started -First you need to create a custom Provider to exchange APDU to NFC EMV card. +First you need to create a custom Provider to exchange APDU with an NFC EMV credit card. ```java public class YourProvider implements IProvider {