diff --git a/ruma-api-macros/README.md b/ruma-api-macros/README.md index e9eb115e..88747d28 100644 --- a/ruma-api-macros/README.md +++ b/ruma-api-macros/README.md @@ -1,7 +1,5 @@ # ruma-api-macros -[![Build Status](https://travis-ci.org/ruma/ruma-api.svg?branch=master)](https://travis-ci.org/ruma/ruma-api) - **ruma-api-macros** provides a procedural macro for easily generating [ruma-api](https://github.com/ruma/ruma-api)-compatible API endpoints. You define the endpoint's metadata, request fields, and response fields, and the macro generates all the necessary types and implements all the necessary traits.