Merge pull request #56 from dart-lang/devoncarew-patch-1

Update README.md - add a markdown badge
diff --git a/README.md b/README.md
index 763de43..4c61d9d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
-[![Pub Package](https://img.shields.io/pub/v/http_parser.svg)](https://pub.dartlang.org/packages/http_parser)
 [![Build Status](https://github.com/dart-lang/http_parser/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/http_parser/actions?query=workflow%3A"Dart+CI"+branch%3Amaster)
+[![Pub Package](https://img.shields.io/pub/v/http_parser.svg)](https://pub.dartlang.org/packages/http_parser)
+[![package publisher](https://img.shields.io/pub/publisher/http_parser.svg)](https://pub.dev/packages/http_parser/publisher)
 
 `http_parser` is a platform-independent package for parsing and serializing
 various HTTP-related formats. It's designed to be usable on both the browser and