From fef0c681593f12caf5c1f7b0f3206c7bace566e2 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 10 Feb 2019 19:21:39 -0500 Subject: [PATCH] README update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed25e933..6d8f51fc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # http_exception +[![Pub](https://img.shields.io/pub/v/angel_http_exception.svg)](https://pub.dartlang.org/packages/angel_http_exception) + +Exception class that can be serialized to JSON and serialized to clients. Angel's HTTP exception class.