diff --git a/README.md b/README.md index 98767e8..862d974 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# apdu4j · [![Build Status](https://github.com/martinpaljak/apdu4j/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/martinpaljak/apdu4j/actions) [![Maven Central](https://img.shields.io/maven-central/v/com.github.martinpaljak/apdu4j-core?label=apdu4j-core&logo=java)](https://mvnrepository.com/artifact/com.github.martinpaljak/apdu4j-core) [![Maven Central](https://img.shields.io/maven-central/v/com.github.martinpaljak/apdu4j-pcsc?label=apdu4j-pcsc&logo=java)](https://mvnrepository.com/artifact/com.github.martinpaljak/apdu4j-pcsc) [![Maven version](https://img.shields.io/maven-metadata/v?label=javacard.pro%20version&metadataUrl=https%3A%2F%2Fjavacard.pro%2Fmaven%2Fcom%2Fgithub%2Fmartinpaljak%2Fapdu4j-pcsc%2Fmaven-metadata.xml)](https://gist.github.com/martinpaljak/c77d11d671260e24eef6c39123345cae) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/martinpaljak/apdu4j/blob/master/LICENSE) +# apdu4j · [![Build Status](https://github.com/martinpaljak/apdu4j/workflows/Build%20robot/badge.svg?branch=master)](https://github.com/martinpaljak/apdu4j/actions) [![Maven version](https://img.shields.io/maven-metadata/v?label=javacard.pro%20version&metadataUrl=https%3A%2F%2Fmvn.javacard.pro%2Fmaven%2Fcom%2Fgithub%2Fmartinpaljak%2Fapdu4j-pcsc%2Fmaven-metadata.xml)](https://gist.github.com/martinpaljak/c77d11d671260e24eef6c39123345cae) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/martinpaljak/apdu4j/blob/master/LICENSE) Command line tool and library of useful Java classes for working with smart cards and smart card readers via [JSR268](https://jcp.org/en/jsr/detail?id=268) (commonly known as [javax.smartcardio](https://docs.oracle.com/javase/8/docs/jre/api/security/smartcardio/spec/javax/smartcardio/package-summary.html)). While focus is on desktop PC/SC readers, some code can be re-used with arbitrary "APDU-command-response-ish" interfaces, either as [CommandAPDU](https://docs.oracle.com/javase/8/docs/jre/api/security/smartcardio/spec/javax/smartcardio/CommandAPDU.html)/[ResponseAPDU](https://docs.oracle.com/javase/8/docs/jre/api/security/smartcardio/spec/javax/smartcardio/ResponseAPDU.html) pairs or plain byte arrays.