Skip to content

Commit

Permalink
Remove lies from README.md (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaller authored May 20, 2024
1 parent a3ee125 commit 77a8e25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 77a8e25

Please sign in to comment.