Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XFY9326 committed Feb 23, 2024
1 parent 70fa29f commit efcf721
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![Pypi](https://img.shields.io/pypi/v/pyndef?color=orange)](https://pypi.org/project/pyndef/)

[![codecov](https://codecov.io/gh/XFY9326/PyNdef/graph/badge.svg?token=QVJNICD0GA)](https://codecov.io/gh/XFY9326/PyNdef)
[![Test](https://github.com/XFY9326/PyNdef/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/XFY9326/PyNdef/actions/workflows/test.yml)
[![Release](https://github.com/XFY9326/PyNdef/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/XFY9326/PyNdef/actions/workflows/release.yml)
[![Test](https://github.com/XFY9326/PyNdef/actions/workflows/test.yml/badge.svg)](https://github.com/XFY9326/PyNdef/actions/workflows/test.yml)
[![Release](https://github.com/XFY9326/PyNdef/actions/workflows/release.yml/badge.svg)](https://github.com/XFY9326/PyNdef/actions/workflows/release.yml)

Pure Python library for creating and parsing NDEF messages.
All codes in this repository are referred to AOSP NDEF implementation.
Expand All @@ -17,7 +17,6 @@ All codes in this repository are referred to AOSP NDEF implementation.
- With tests
- Similar to AOSP NDEF implementation
- Full type hint
- Single file

## Usage

Expand Down

0 comments on commit efcf721

Please sign in to comment.