From 8bda5f6ece8f3ee4d3aa67b7be7caa233237c713 Mon Sep 17 00:00:00 2001 From: Jure <juretriglav@gmail.com> Date: Wed, 20 Apr 2016 03:48:12 -0400 Subject: [PATCH] Update route to manage interface! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6784a0..87fb2b2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To start the JS compilation and webserver, run: $ npm run dev ``` -Point your browser to: http://localhost:3000/admin/posts and login with the chosen admin username and password and all should be well. Visit http://localhost:3000 for the blog landing page. +Point your browser to: http://localhost:3000/manage/posts and login with the chosen admin username and password and all should be well. Visit http://localhost:3000 for the blog landing page. # Production installation -- GitLab