From c742d14a6f98432ce0d22cc12a44ce794798e361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 28 Jun 2017 16:52:28 +0200 Subject: [PATCH] Update getting-started.md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a3f6ac1b66..492dd42b97 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -26,7 +26,7 @@ You can also depend on unleash const unleash = require('unleash-server'); unleash.start({ - databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash' + databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash', port: 4242 }).then(unleash => { console.log(`Unleash started on http://localhost:${unleash.app.get('port')}`);