aboutsummaryrefslogtreecommitdiff
path: root/javascript/README.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-05-19 15:08:27 +0000
committerHubert Chathi <hubert@uhoreg.ca>2020-05-19 15:08:27 +0000
commitad173bc798c039bd4e855a25b99f15193bdb04c4 (patch)
treecb2fb8dff3215ffca77a4a320367ab05fd175a1f /javascript/README.md
parent5a9fdd85cb1ad54813df2ecd6eb24ff84e32656a (diff)
parentddd140b23d4352f7fb5164c42db3ef5e1714fe36 (diff)
Merge branch 'matthew/js-fixes' into 'master'
Fix JS demos, which had bitrotted See merge request matrix-org/olm!12
Diffstat (limited to 'javascript/README.md')
-rw-r--r--javascript/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/javascript/README.md b/javascript/README.md
index d2f1d72..bdf0224 100644
--- a/javascript/README.md
+++ b/javascript/README.md
@@ -2,7 +2,8 @@ Olm
===
Note: before using any of the olm functions, you must call `Olm.init()`, and
-wait for the promise to resolve.
+wait for the promise to resolve, otherwise you will get errors like:
+`Uncaught TypeError: Olm.Account is not a constructor`
Example: