Skip to content

Commit d2c7d37

Browse files
Updated README
1 parent 6b9070e commit d2c7d37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
[![HitCount](http://hits.dwyl.com/ishandeveloper/Node-Blog.svg)](http://hits.dwyl.com/ishandeveloper/Node-Blog)
22

3-
<img src="https://github.com/ishandeveloper/Node-Blog/blob/master/Screenshots/1.PNG?raw=false" width="100%">
3+
<img src="https://github.com/ishandeveloper/Node-Blog/blob/master/Screenshots/compose.gif?raw=false" width="100%">
44

55
# Node Blog
66
A fully fledged open source blog publishing application, built with ♥ using Node.js
77

88
<pre>P.S. This Project Is Still In It's Initial Stages Of Development</pre>
99

10+
### Routes
11+
12+
* <code>/</code> is the home page.
13+
* Navigate to <code>/compose</code> route to create a new post.
14+
* To read an individual post, navigate to <code>/posts/post-name</code>.
15+
1016
## Setup
1117

1218
##### Clone the repository

0 commit comments

Comments
 (0)