Skip to content

Commit fd5db4f

Browse files
committed
docs: fix license badge to show MIT/Apache-2.0
1 parent 3e64870 commit fd5db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![npm](https://img.shields.io/npm/v/feedparser-rs)](https://www.npmjs.com/package/feedparser-rs)
77
[![CI](https://img.shields.io/github/actions/workflow/status/bug-ops/feedparser-rs/ci.yml?branch=main)](https://github.com/bug-ops/feedparser-rs/actions)
88
[![codecov](https://codecov.io/gh/bug-ops/feedparser-rs/graph/badge.svg)](https://codecov.io/gh/bug-ops/feedparser-rs)
9-
[![License](https://img.shields.io/crates/l/feedparser-rs)](LICENSE-MIT)
9+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](LICENSE-MIT)
1010

1111
High-performance RSS/Atom/JSON Feed parser written in Rust, with Python and Node.js bindings.
1212

0 commit comments

Comments
 (0)