From ad0b4c0604df3a83f3927078a336ed0b611ec487 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Tue, 17 Dec 2019 19:08:36 +1030 Subject: [PATCH] Added demo credentials --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index de21462..25df4c6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,19 @@ [**View the demo**](https://demo.expresscart.markmoffat.com/) + +``` +Demo credentials + +Admin User: +- User: `demo@test.com` +- Password: `test` + +Customer: +- User: `test@test.com` +- Password: `test` +``` + ## Installation 1. Create a folder to hold your installation: `mkdir expressCart`