diff --git a/README.md b/README.md index 9f9ce3d..724902f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 📥 Discord Channel Exporter API [![License](https://img.shields.io/github/license/fyko/export-api)](https://github.com/fyko/export-api/blob/master/LICENSE.md) [![Test](https://github.com/Fyko/export-api/workflows/Test/badge.svg)](https://github.com/Fyko/export-api/actions?query=workflow%3ATest) -[![Docker Pulls](https://img.shields.io/docker/pulls/fyko/export-api)](https://hub.docker.com/r/fyko/export-api) +[![Docker Pulls](https://img.shields.io/badge/-Docker%20Image-grey?logo=docker)](https://github.com/Fyko/export-api/pkgs/container/export-api) [![Ko-fi Donate](https://img.shields.io/badge/kofi-donate-brightgreen.svg?label=Donate%20with%20Ko-fi&logo=ko-fi&colorB=F16061&link=https://ko-fi.com/carterh&logoColor=FFFFFF)](https://ko-fi.com/carterh) An API to create HTML exports of Discord text-channels @@ -14,13 +14,13 @@ The Export API can be found on the [Docker Hub](https://hub.docker.com/) at [`fy #### Using the Docker Image ```sh -docker run -p yourport:80 --rm -it fyko/export-api +docker run -p yourport:80 --rm -it ghcr.io/fyko/export-api ``` or within Compose ```yaml services: exportapi: - image: fyko/export-api + image: ghcr.io/fyko/export-api ports: - "yourport:80" expose: