From bf4d4311e716322ca8a6b052168bf392007755d2 Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Mon, 28 Feb 2022 12:19:24 -0800 Subject: [PATCH] doc: update Visuals section to include screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a8b9b..7dbfdf0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This map app allows users to search for anything that is nearby their location. On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. ## Visuals -Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. +![screenshots](server/public/img/screenshot.png) ## Installation Make sure that you have [NodeJS](https://nodejs.org) and [npm](https://www.npmjs.com/). **Note: When you install NodeJS, it installs npm along with it.**