Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed Dec 13, 2014
1 parent e575a0f commit 286cfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.<br/>
Java library used to read and extract public data from NFC EMV credit cards.<br/>
[![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)<br/>
<br/>
Android sample app available on Play store.
Expand All @@ -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 {

Expand Down

0 comments on commit 286cfb3

Please sign in to comment.