From ac613ee7df103241931de51e3e0d9115d3354ffc Mon Sep 17 00:00:00 2001 From: Wilson Jusuf Date: Sun, 4 Feb 2018 11:22:16 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e51e403..7a1057d 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ This is Woof. It is Wilson's, Varun's and Hanif's HackUCI 2018 project submissio ## What is Woof? Woof is an app for dog owners and dog lovers to connect with one another. Perfect for stressed out college students and those in need of a service animal/therapy puppy. - ![Our app image](https://github.com/TheFearlessMagicians/Woof/blob/master/public/woof.png) + You can chat with dog owners and meet up with them anytime, anywhere! + ![Our app image](https://github.com/TheFearlessMagicians/Woof/blob/master/public/in_app.png) ## Built with @@ -20,7 +21,7 @@ To run this app locally, clone the directory `git clone https://github.com/TheFearlessMagicians/Woof.git` -Then, make sure you have the required dependencies installed. `npm`, `mongodb`, `nodejs`. +Then, make sure you have the required dependencies installed: `npm`, `mongodb` and `nodejs`. After that, ```sh