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')}`);