diff --git a/README.md b/README.md index cb0f0def..f1f08299 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ const keystore = { server_public_key: '', session_private_key: '', }; -const config = blazeOptions: { +const config = { parse: true, syncAck: true, }; diff --git a/README.zh-CN.md b/README.zh-CN.md index f12c3a79..6e5ad578 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -55,7 +55,7 @@ const keystore = { server_public_key: '', session_private_key: '', }; -const config = blazeOptions: { +const config = { parse: true, syncAck: true, };