From e8bee47503485d1526a73899482accb6c2487564 Mon Sep 17 00:00:00 2001 From: lancehilliard Date: Thu, 19 Aug 2021 22:57:54 -0500 Subject: [PATCH] correct README's activities.json link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76fafc..a1e5f48 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A free and simple API to help you find something better to do ![Bored API Website](./.docs/website.png) ## About -This project is an MEVN (MongoDB, Express.js, Vue.js, and Node.js) web app that has a goal of creating a simple way to find things to do. You do not need an API key to use this API, just query the endpoint to get data. All activities served by the API can be found [here](./activities.json). +This project is an MEVN (MongoDB, Express.js, Vue.js, and Node.js) web app that has a goal of creating a simple way to find things to do. You do not need an API key to use this API, just query the endpoint to get data. All activities served by the API can be found [here](./db/activities.json). --- ## Endpoints