Skip to content

Commit 80d0bec

Browse files
committed
docs: updated badges + logo
1 parent 1ff5f67 commit 80d0bec

File tree

2 files changed

+83
-82
lines changed

2 files changed

+83
-82
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# postmark-spring
22

3-
[![Build Status](https://travis-ci.com/rocketbase-io/postmark-spring.svg?branch=master)](https://travis-ci.com/rocketbase-io/postmark-spring)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.rocketbase.mail/postmark-spring/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.rocketbase.mail/postmark-spring)
5-
63
![postmark-spring](assets/postmark-spring.svg)
74

5+
6+
![build](https://github.com/rocketbase-io/postmark-spring/actions/workflows/ci.yml/badge.svg)
7+
[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.mail/postmark-spring)](https://mvnrepository.com/artifact/io.rocketbase.mail/postmark-spring)
8+
9+
810
Vanilla spring version of handling postmark's rest-api.
911

1012
Features:
@@ -32,4 +34,4 @@ private PostmarkClient postmarkClient;
3234

3335
Message msg = new Message("from@rocketbase.io", "to@rocketbase.io", "postmark-spring test", "<h1>hello</h1><p>Great it works</p>", "hello\nGreat it works");
3436
MessageResponse rsp = postmarkClient.deliverMessage(msg);
35-
````
37+
````

0 commit comments

Comments
 (0)