From 9d899902ad6a5485ef477448422b93b020b840a3 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Mon, 12 Oct 2015 14:11:00 +0300 Subject: [PATCH] Minor formatting fix I had missed putting the init function the `resume` function and only put it in the `ready` function. I think that marking it as code will make it easier to see for other users. Cheers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63c9967..367f422e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ cordova emulate ios #### Initialization and Event Handling -You should initialize the Branch SDK session once the 'deviceready' event fires and each time the 'resume' event fires. See the example code below. You will need your Branch Key from the Branch dashboard. +You should initialize the Branch SDK session once the `deviceready` event fires and each time the `resume` event fires. See the example code below. You will need your Branch Key from the Branch dashboard. ```js branch.init("YOUR BRANCH KEY HERE", function(err, data) {