From 5ba7480e6f1327fe4a209924623b3474fad37453 Mon Sep 17 00:00:00 2001 From: joshua bauer Date: Fri, 12 May 2017 08:11:46 -0700 Subject: [PATCH] Added logo to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a7b2c..ff73e05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# PROTEUS +![Alt logo](https://cdn.rawgit.com/noboomu/proteus/master/src/main/resources/proteus-logo.svg) An extremely lightweight, flexible, and fast [Swagger](http://swagger.io/) first REST API framework atop [Undertow](http://undertow.io). A great deal of inspiration came from working with the following excellent projects: [Play](http://playframework.com), [Jooby](http://jooby.org), and [light-4j](https://github.com/networknt/light-4j).