From 2277500c8dea272ad6e6cba8434c7c1fabd69fb1 Mon Sep 17 00:00:00 2001 From: Donny Bertucci Date: Sat, 11 Nov 2023 18:24:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda138e9..e1b690b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A wikipedia 📖 for venom proteins: upload, search, organize, visualize, and do - [`frontend/`](./frontend/) contains the user interface in Svelte/TypeScript - [`backend/`](./backend/) contains the backend HTTP server and Database - [`docs/`](./docs/README.md) contains code documentation -- [`DEVELOPMENT.md`](./docs/DEVELOPMENT.md) contains the developer getting started docs +- [`DEVELOPMENT.md`](./DEVELOPMENT.md) contains the developer getting started docs - [`docker-compose.yml`](./docker-compose.yml) contains the Docker container build - [`run.sh`](./run.sh) contains shortcut commands to develop, deploy, and test