From 04aa7f969b4f1897eefa2f4972d88d4ba4242027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Fabr=C3=A9gat?= Date: Tue, 10 Dec 2024 18:04:33 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2b5d4..048fe0e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Code Inc.](https://img.shields.io/badge/Code%20Inc.-Document%20Cloud-blue)](https://www.codeinc.co) [![Docker Image CI](https://github.com/codeinchq/watermarker/actions/workflows/docker-image.yml/badge.svg)](https://github.com/codeinchq/watermarker/actions/workflows/docker-image.yml) -[![Docker Image Version](https://img.shields.io/docker/v/codeinchq/watermarker?sort=semver&label=Docker%20Hub&color=red)](https://hub.docker.com/r/codeinchq/pdf2txt/tags) +[![Docker Image Version](https://img.shields.io/docker/v/codeinchq/watermarker?sort=semver&label=Docker%20Hub&color=red)](https://hub.docker.com/r/codeinchq/watermarker/tags) This repository contains a simple containerized REST API to apply a watermark to an image. The server is written in Javascript and uses the [Jimp](https://www.npmjs.com/package/jimp) library to process the images.