diff --git a/README.md b/README.md index 807052e..c9d2af9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ +# CoinGecko-Java ![GitHub](https://img.shields.io/github/license/osslabz/coingecko-java) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/coingecko-java/maven.yml?branch=master) [![Maven Central](https://img.shields.io/maven-central/v/net.osslabz/coingecko-java?label=Maven%20Central)](https://search.maven.org/artifact/net.osslabz/coingecko-client) +Java wrapper for the CoinGecko API. +
+ +
+ + This is a (synced) fork of [Philipinho/CoinGecko-Java](https://github.com/Philipinho/CoinGecko-Java) that is properly releases on [Maven Central](https://search.maven.org/artifact/net.osslabz/coingecko-java). Once [Enable CI and Automated Release Management #41](https://github.com/Philipinho/CoinGecko-Java/pull/41) is merged and the original project is published this fork will be discontinued. @@ -40,12 +47,6 @@ dependencies { --- -# CoinGecko-Java -Java wrapper for the CoinGecko API. -- -
- ## Usage This API client covers all CoinGecko's API endpoints and i'll try to update it when new endpoints are added.