From f58e03545bc339fedeeaa4d2a3aba78647afe3d2 Mon Sep 17 00:00:00 2001 From: Aubrey Klaft <80270802+aklaft@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:59:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6934e408f..e07368f561 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ OWASP Top 10 for Node.js web applications: ##### Default user accounts -The database comes pre-populated with these user accounts created as part of the seed data - +The database comes pre-populated with these user accounts as part of the seed data - * Admin Account - u:admin p:Admin_123 * User Accounts (u:user1 p:User1_123), (u:user2 p:User2_123) * New users can also be added using the sign-up page.