Skip to content

Commit a5d673b

Browse files
committed
fix: correct URL formatting for monthly downloads badge in README.md
1 parent 044be55 commit a5d673b

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
@@ -8,7 +8,7 @@ Ported from [qs](https://www.npmjs.com/package/qs) for JavaScript.
88
[![Pub Publisher](https://img.shields.io/pub/publisher/qs_dart)](https://pub.dev/publishers/tusar.dev/packages)
99
[![Pub Likes](https://img.shields.io/pub/likes/qs_dart)](https://pub.dev/packages/qs_dart/score)
1010
[![Pub Points](https://img.shields.io/pub/points/qs_dart)](https://pub.dev/packages/qs_dart/score)
11-
[![Pub Monthly Downloads](https://img.shields.io/pub/dm/qs_dart)]((https://pub.dev/packages/qs_dart/score))
11+
[![Pub Monthly Downloads](https://img.shields.io/pub/dm/qs_dart)](https://pub.dev/packages/qs_dart/score)
1212
[![PubStats Popularity](https://pubstats.dev/badges/packages/qs_dart/popularity.svg)](https://pubstats.dev/packages/qs_dart)
1313
[![PubStats Rank](https://pubstats.dev/badges/packages/qs_dart/rank.svg)](https://pubstats.dev/packages/qs_dart)
1414
[![PubStats Dependents](https://pubstats.dev/badges/packages/qs_dart/dependents.svg)](https://pubstats.dev/packages/qs_dart)

0 commit comments

Comments
 (0)