From 03566f0de93073ba5f3303a7c33845f373432373 Mon Sep 17 00:00:00 2001 From: jordan-m-young Date: Wed, 27 Mar 2024 21:00:47 -0500 Subject: [PATCH] badges :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1722c7..5c29663 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rscoDB -![Build](https://github.com/Jordan-M-Young/rscoDB/actions/workflows/rust.yml/badge.svg) +![Build](https://github.com/Jordan-M-Young/rscoDB/actions/workflows/build.yml/badge.svg) This is a from scratch implementation of a Relational Database in rust. The goal here is for myself and perhaps others to more deeply understand the inner workings of popular relational database systems like postgres by attempting to build