From 240efdfda1a15e727d680e04837bd97043a9c51e Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 14 Aug 2023 19:25:50 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c614ea..9b4c5ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Netlify Status](https://api.netlify.com/api/v1/badges/874ce895-0572-4817-a6b3-cdff89966cd4/deploy-status)](https://app.netlify.com/sites/auditorytraining/deploys) # Auditory Training Resources

@@ -29,4 +30,4 @@ Many directories have associated README's to provide related directory informati - ***src/*** - source directory for nextjs frontend/backend application. - ***data/*** - Non-application (application referring to excelProcessor or frontend) specific data such as the ATR data excel sheet which has multiple uses in each application. - ***prisma/*** - Prisma schema and seeding of admin account (specified in env). -- ***excelProcessor/*** - Main excel processing backend server and CLI utility for uploading the ATR data excel sheet to MongoDB. \ No newline at end of file +- ***excelProcessor/*** - Main excel processing backend server and CLI utility for uploading the ATR data excel sheet to MongoDB.