Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Mar 15, 2024
1 parent 956a7eb commit bb00dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Easy to use [Ant](https://ant.apache.org/) task for building JavaCard CAP files in a declarative way.
Have a consistent and concise build declaration for JavaCard applets, no matter which which JavaCard version you target.
Have a consistent and concise build declaration for JavaCard applets, no matter which JavaCard SDK you use or target.

[![Build Status](https://github.com/martinpaljak/ant-javacard/workflows/Robot%20builder/badge.svg)](https://github.com/martinpaljak/ant-javacard/actions) [![Latest release](https://img.shields.io/github/release/martinpaljak/ant-javacard.svg)](https://github.com/martinpaljak/ant-javacard/releases/latest) [![Maven version](https://img.shields.io/maven-metadata/v?label=javacard.pro%20maven%20version&metadataUrl=https%3A%2F%2Fjavacard.pro%2Fmaven%2Fcom%2Fgithub%2Fmartinpaljak%2Fant-javacard%2Fmaven-metadata.xml)](https://gist.github.com/martinpaljak/c77d11d671260e24eef6c39123345cae) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/martinpaljak/ant-javacard/blob/master/LICENSE)

Expand Down
3 changes: 2 additions & 1 deletion kits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<property name="JC304" value="sdks/jc304_kit"/>
<property name="JC305_1" value="sdks/jc305u1_kit"/>
<property name="JC305_2" value="sdks/jc305u2_kit"/>
<property name="JC305" value="sdks/jc305u3_kit"/>
<property name="JC305_3" value="sdks/jc305u3_kit"/>
<property name="JC305" value="sdks/jc305u4_kit"/>
<property name="JC310" value="sdks/jc310r20210706_kit"/>
<property name="JC320" value="sdks/jc320v24.0_kit"/>
</project>

0 comments on commit bb00dc8

Please sign in to comment.