From 0bfba9ba1a119e014664a981628c9d4a15d32736 Mon Sep 17 00:00:00 2001 From: samwisekind Date: Fri, 19 Apr 2024 22:30:26 +0100 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b52d98b..88db55f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Source code for the [CRRU website](https://crru.org.uk) – built in NextJS, TypeScript, React, and SCSS. +The website primarily uses Contentful as the main source of data. + ## Overview The app is made up of the following parts: @@ -56,7 +58,7 @@ The following environment variables should be provided when running the server ( | `NODE_SMTP_PORT` | SMTP port for sending emails. | | `NODE_SMTP_USERNAME` | SMTP username for sending emails. | | `NODE_SMTP_PASSWORD` | SMTP password for sending emails. | -| `NODE_SIGHTING_EMAIL` | (Temporary) | +| `NODE_SIGHTING_EMAIL` | Email address to send sightings to. | ## Development