From 7db644bc6ecb572401d9202d73195ba4f00fbae1 Mon Sep 17 00:00:00 2001 From: Gard Rimestad Date: Wed, 12 Nov 2014 13:14:07 +0100 Subject: [PATCH] Updating dev mode documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00fdcb7a74..279555fda4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash ./node_modules/.bin/db-migrate up // Start server in dev-mode: -npm run start-dev +npm run dev // Admin dashboard http://localhost:4242