Skip to content

Commit 7d0c91e

Browse files
authored
Merge pull request #458 from MixinNetwork/copilot/review-pull-request-456
Fix invalid JavaScript syntax in README blaze examples
2 parents 5431614 + b4748ab commit 7d0c91e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const keystore = {
5757
server_public_key: '',
5858
session_private_key: '',
5959
};
60-
const config = blazeOptions: {
60+
const config = {
6161
parse: true,
6262
syncAck: true,
6363
};

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const keystore = {
5555
server_public_key: '',
5656
session_private_key: '',
5757
};
58-
const config = blazeOptions: {
58+
const config = {
5959
parse: true,
6060
syncAck: true,
6161
};

0 commit comments

Comments
 (0)