From 1400f3e6e8f3baf93eaf313102bd806f9e07216d Mon Sep 17 00:00:00 2001 From: Brett Gerry Date: Mon, 26 Oct 2015 17:13:05 -0700 Subject: [PATCH] Add quotes to account token key in example config.cson --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6f64d30a..451fd6344 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,8 +148,8 @@ however, the Sync Engine is open source and you can run it yourself. } ] accountTokens: - {ACCOUNT_ID_1}: "{ACCOUNT_ID_1}" - {ACCOUNT_ID_2}: "{ACCOUNT_ID_2}" + "{ACCOUNT_ID_1}": "{ACCOUNT_ID_1}" + "{ACCOUNT_ID_2}": "{ACCOUNT_ID_2}" Note: `{ACCOUNT_ID_1}` refers to the database ID of the `Account` object you create when setting up the Sync Engine. The JSON above should match