From f845f86566c7073eb8373a67fcb3e9d8928b7905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 26 May 2024 21:01:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 520394c..cbf70b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![ConvertX](images/logo.png) # ConvertX +[![Docker](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml) A self-hosted online file converter. Supports 831 different formats. Written with Typescript, Bun and Elysia. @@ -50,4 +51,4 @@ Then visit `http://localhost:3000` in your browser and create your account. Don' - [ ] Add more converters - [ ] Divide index.tsx into smaller components - [ ] Add tests -- [ ] Add searchable list of formats \ No newline at end of file +- [ ] Add searchable list of formats