From 77a8e25fcdeb6f815de105befda0c2ad83c2b6cf Mon Sep 17 00:00:00 2001 From: bcaller Date: Mon, 20 May 2024 16:00:55 +0100 Subject: [PATCH] Remove lies from README.md (#1436) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 074189d3..a606f9f2 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ To work with it locally: Source code is all in [`src`](./src). Contents of [`public`](./public) are deployed to target without further modification. -Currently the page uses a html template [`index.html`](./src/index.html) styled using global class names in [`css/welcome.css`](./src/css/welcome/css). Logic is contained within [`index.ts`](./src/index.ts). - -By convention, the javsascript this interacts with elements in the html template by id and the css relies solely on class names. - Before you commit, you most likely want to ensure the continuous integration build will not fail. To run the most likely-to-fail checks, use: