From 7d9b447b287d981de667990e2f7df9fa2147fb66 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 8 Dec 2022 21:09:27 +0000 Subject: [PATCH] Fixed spelling in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80158a9..3afcf3d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Whilst the application is open source, the webservice (owlboard.fb-infra.uk) is - /ldb: - /{crs}: - GET: Get departure board for {crs} - - Returns JSON: Formatted as per ldb-json module.SS + - Returns JSON: Formatted as per ldb-json module. ## Stack: - app.js -> Launches server, Entry Point, defines routers and middlewares.