From 94e444ed107fefcf050944b0364755e1ed4e1c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 27 Dec 2016 13:16:34 +0100 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 b4d312fc64..217f7ad0a9 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({ - databaseUri: 'postgres://unleash_user:passord@localhost:5432/unleash' + databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash' port: 4242 }).then(unleash => { console.log(`Unleash started on port:${unleash.app.get('port')}`);