diff --git a/Readme.md b/Readme.md index eefac04..0cd1c26 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,9 @@ # Vert.x Web Mounter +[![](https://jitpack.io/v/gofabian/vertx-web-mount.svg)](https://jitpack.io/#gofabian/vertx-web-mount) +[![](https://jitci.com/gh/gofabian/vertx-web-mount/svg)](https://jitci.com/gh/gofabian/vertx-web-mount) + This library enables you to define [Vert.x] web routes with [JAX-RS annotations][JAX-RS] like this: ```java @@ -448,4 +451,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md [JAX-RS]: https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services [Vert.x]: https://vertx.io/ [ResponseContentTypeHandler]: https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/ResponseContentTypeHandler.html -[Jackson]: https://github.com/FasterXML/jackson \ No newline at end of file +[Jackson]: https://github.com/FasterXML/jackson