Skip to content

Commit

Permalink
docs: updated badges + logo
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Mar 14, 2023
1 parent 1ff5f67 commit 80d0bec
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 82 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# postmark-spring

[![Build Status](https://travis-ci.com/rocketbase-io/postmark-spring.svg?branch=master)](https://travis-ci.com/rocketbase-io/postmark-spring)
[![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)

![postmark-spring](assets/postmark-spring.svg)


![build](https://github.com/rocketbase-io/postmark-spring/actions/workflows/ci.yml/badge.svg)
[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.mail/postmark-spring)](https://mvnrepository.com/artifact/io.rocketbase.mail/postmark-spring)


Vanilla spring version of handling postmark's rest-api.

Features:
Expand Down Expand Up @@ -32,4 +34,4 @@ private PostmarkClient postmarkClient;

Message msg = new Message("[email protected]", "[email protected]", "postmark-spring test", "<h1>hello</h1><p>Great it works</p>", "hello\nGreat it works");
MessageResponse rsp = postmarkClient.deliverMessage(msg);
````
````
Loading

0 comments on commit 80d0bec

Please sign in to comment.