add a note about calling Olm.init
This commit is contained in:
parent
281c5aac21
commit
05a7af8db1
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
Olm
|
Olm
|
||||||
===
|
===
|
||||||
|
|
||||||
|
Note: before using any of the olm functions, you must call `Olm.init()`, and
|
||||||
|
wait for the promise to resolve.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
var alice = new Olm.Account();
|
var alice = new Olm.Account();
|
||||||
|
|
Loading…
Reference in a new issue