diff --git a/README.md b/README.md index 60da9a3..e6801d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/stklcode/jvaultconnector/blob/master/LICENSE.txt) [![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22) -![Logo](https://raw.githubusercontent.com/stklcode/jvaultconnector/master/assets/logo.svg) +![Logo](https://raw.githubusercontent.com/stklcode/jvaultconnector/master/assets/logo.png) Java Vault Connector is a connector library for [Vault](https://www.vaultproject.io) by [Hashicorp](https://www.hashicorp.com) written in Java. The connector allows simple usage of Vault's secret store in own applications. diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..8a0e408 Binary files /dev/null and b/assets/logo.png differ