From e2a4d2c78b334683a1fa9edb60845ff4c37a7f52 Mon Sep 17 00:00:00 2001 From: Ross Nelson Date: Wed, 26 Jun 2024 21:01:13 -0500 Subject: [PATCH] Add some badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c53d440..b0efef2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RounderWheel +![Build status](https://github.com/rnelson/RounderWheel/actions/workflows/ant.yml/badge.svg) ![License](https://img.shields.io/github/license/rnelson/RounderWheel%20) + For my graduate distributed systems class, we had to work with a distributed system: DNS. Specifically, we were required to write a recursive DNS client that started at a random root server until it found the requested answer. Only a few record types were in scope.