Add Shields.io badges to the README

This commit is contained in:
Eric Zhang 2021-10-19 15:54:39 -04:00
parent 503a189893
commit 8f762fa085

View file

@ -1,5 +1,9 @@
# Rustpad
[![Docker Pulls](https://img.shields.io/docker/pulls/ekzhang/rustpad)](https://hub.docker.com/r/ekzhang/rustpad/)
[![Docker Image Size](https://img.shields.io/docker/image-size/ekzhang/rustpad/latest)](https://hub.docker.com/r/ekzhang/rustpad/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ekzhang/rustpad/CI)](https://github.com/ekzhang/rustpad/actions/workflows/ci.yml)
**Rustpad** is an _efficient_ and _minimal_ open-source collaborative text
editor based on the operational transformation algorithm. It lets users
collaborate in real time while writing code in their browser. Rustpad is
@ -70,7 +74,7 @@ wasm-pack test rustpad-wasm --chrome --headless
## Deployment
Rustpad is distributed as a single 12 MB Docker image, which is built
Rustpad is distributed as a single 4 MB Docker image, which is built
automatically from the `Dockerfile` in this repository. You can pull the latest
version of this image from Docker Hub.