Update README.md

This commit is contained in:
Julien Fontanet 2016-12-23 11:01:25 +01:00 committed by GitHub
parent 0b92ceec90
commit 044c9bed4c

View File

@ -26,7 +26,7 @@ import Xo from 'xo-lib'
const xo = new Xo({ url: 'https://xo.company.tld' })
// Let's start by opening the connection.
await xo.connect()
await xo.open()
// Must sign in before being able to call any methods (all calls will
// be buffered until signed in).