From 51835964821738ece5325916f266d2e980bd3e2d Mon Sep 17 00:00:00 2001 From: Matt Akbarian Date: Mon, 8 Sep 2025 08:52:12 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed2b77b..0595eb4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ ## JThumbnail -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/17bbe0b4242d4f02a5d1a0288a6e6cbb)](https://app.codacy.com/app/makbn/JThumbnail?utm_source=github.com&utm_medium=referral&utm_content=makbn/JThumbnail&utm_campaign=Badge_Grade_Dashboard) -[![](https://jitpack.io/v/makbn/JThumbnail.svg)](https://jitpack.io/#makbn/JThumbnail) - JThumbnail is a Java library for creating Thumbnails of common types of file including `.doc`, `.docx`, `.pdf` , `.mp4` etc. [full list](#supported-file-formats) - **Project is under development!** @@ -95,9 +92,10 @@ jThumbnailer.close(); ## Adding Repository +Packages are currently published on Github Registry.Please [read this document](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package) for more information on using them. + ### Maven ---- **Step 1**. Add the dependency to the `pom` file: ```xml @@ -110,8 +108,6 @@ jThumbnailer.close(); ### Gradle ---- - **Step 1**. Add the dependency to the `build.gradle` file: ```gradle