From 238d320321eb49050e296ff97598d608e5102b18 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Wed, 17 Jul 2024 13:53:50 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d28ae2..4232508 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # Request Mirror This application provides a web ui for sending get/post requests and provides a visual ui for looking at what the application received. This is written in rust. +![Docker Image CI](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/docker-image.yml/badge.svg +) +![Build and Test](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/rust.yml/badge.svg) + ## TODO: - Update Readme - Document - Develop Pipelines + ## Docker Please read through the documentation on setting up and installing docker on your machine.