From 8563ed997e2f05fb24c2756aa736151a5f993fd7 Mon Sep 17 00:00:00 2001 From: nimalank7 Date: Fri, 19 Jul 2024 15:47:36 +0100 Subject: [PATCH] Add gitignore file Description: - Add .gitignore file --- .gitignore | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index e83ed2b..8ce165d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a very simple test app to help GOV.UK developers familiarise themselves ## How to use this app -Navigate to the test app url on your browser and set the status parameter as the status response you want, e.g. ?status=200 +Navigate to the test app url on your browser and set the status parameter as the status response you want (e.g. `?status=200`) ## Run the app locally