From 90afaffc37778f89f3598f00209b0a4f5d53868f Mon Sep 17 00:00:00 2001 From: SkywardSyntax <87048477+SkywardSyntax@users.noreply.github.com> Date: Thu, 22 Aug 2024 19:34:22 -0500 Subject: [PATCH] Add a new section to README.md for demo page * Add a "Demo Page" section at the end of the file * Include a link to "https://skywardsyntax.github.io/UITesting/" * Add a brief description for the link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a24911..8ce2601 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,8 @@ To run this application: npm run dev ``` +![Demo](image.png) -![Demo](image.png) \ No newline at end of file +## Demo Page + +Check out the demo page [here](https://skywardsyntax.github.io/UITesting/).