From 82a151750f8895d67447e54474324e276f1ff22f Mon Sep 17 00:00:00 2001 From: John Bellone Date: Fri, 19 Apr 2024 10:07:05 -0400 Subject: [PATCH] readme: cleanup little bit --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e6e8822..acb1c75 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ # Go gRPC Middleware for Sentry - -![GitHub Workflow](https://img.shields.io/github/workflow/status/johnbellone/grpc-middleware-sentry/go-workflow?style=for-the-badge) -[![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge)](LICENSE) - [gRPC Go middleware][0] for [Sentry][1]: server and client interceptors ## Middleware @@ -40,7 +36,6 @@ func main() { ``` ## License - `grpc-middleware-sentry` is released under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details. [0]: https://github.com/grpc-ecosystem/go-grpc-middleware