From 48729c13ebf6a2ca6b468671af35f5ee203552df Mon Sep 17 00:00:00 2001 From: Pradyumna Mahajan <35094131+Rad0n@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:52:09 +0530 Subject: [PATCH] New line fix (Readme.md) The sentence should start on a new line after the GIF The earlier fix didn't really solve the issue --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 975b603f..d9953ab5 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ The easiest way to get started with monument is to use the CLI tool which does project lay down. `npm install -g monument-cli` From there a simple `monument new ` will get you up and running with stubbed tests, basic error handlers and an index route and everything you need to knock out an application fast. -![getting started with monument gif](http://g.recordit.co/EwbTO7xDgy.gif) +![getting started with monument gif](http://g.recordit.co/EwbTO7xDgy.gif) or the [slightly longer video version](http://recordit.co/EwbTO7xDgy) It is also the easiest way to add routes and data handlers!