From b63907e49131268290340d3948cb74ed66e811d4 Mon Sep 17 00:00:00 2001 From: Rebecca Cremona Date: Tue, 19 Mar 2024 10:18:00 -0400 Subject: [PATCH] Replace "todo" text in README. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index ee224a1..b16f559 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,8 @@ A basic configuration is included in `.vscode`. See Github for a [complete list --- ## Tests and Linting -(todo) - -[👆 Back to the summary](#summary) - ---- - -## Deployment -(todo) +Run `npm install` to install `prettier`, and then run `npm run prettier-format-fix` to reformat code. [👆 Back to the summary](#summary)