From 4176856aa8c548123d85cfc15cfd4863d6325126 Mon Sep 17 00:00:00 2001 From: Le Hoang Vu <38534367+elhoangvu@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:48:30 +0700 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88dc084..e488931 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dictrule [![Python package](https://github.com/elhoangvu/dictrule/actions/workflows/python-package.yml/badge.svg)](https://github.com/elhoangvu/dictrule/actions/workflows/python-package.yml) -[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)]([https://github.com/elhoangvu/dictrule/LICENSE](https://github.com/elhoangvu/dictrule/blob/main/LICENSE)) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/elhoangvu/dictrule/blob/main/LICENSE) [![PyPI version](https://badge.fury.io/py/dictrule.svg)](https://badge.fury.io/py/dictrule) `dictrule` is a simple Python module that helps generate text from defined rules in dictionary form. This module provides popular built-in rules and supports extended external rules for different usages.