add a note about calling Olm.init

matthew/js-fixes
Hubert Chathi 2020-05-13 19:05:19 -04:00
parent 281c5aac21
commit 05a7af8db1
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Olm
===
Note: before using any of the olm functions, you must call `Olm.init()`, and
wait for the promise to resolve.
Example:
var alice = new Olm.Account();