From efcf7210e4169ae3cbed6682961568ad91135b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=B8=E9=9B=AA=E9=A3=9E=E6=89=AC?= <14016892+XFY9326@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:22:07 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8750ba9..94df492 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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