]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Tweak README
authorTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:19:28 +0000 (14:19 +0100)
committerTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:19:28 +0000 (14:19 +0100)
README.md

index 84d997eb83e386858fa02fcab45db052f63ede5e..7ba549ed31da200db9315a874867d84f504b4025 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,17 @@
-# Starlette
-
-**The little ASGI library that shines**
+<p align="center">
+    <h1>Starlette</h1>
+</p>
+<p align="center">
+    <em>The little ASGI library that shines.</em>
+</p>
+<p align="center">
+<a href="https://travis-ci.org/encode/starlette">
+    <img src="https://travis-ci.org/encode/starlette.svg?branch=master" alt="Build Status">
+</a>
+<a href="https://pypi.org/project/starlette/">
+    <img src="https://badge.fury.io/py/starlette.svg" alt="Package version">
+</a>
+</p>
 
 ```python
 from starlette import Response