Skip to content

Commit

Permalink
Merge pull request #18 from dangreenisrael/patch-2
Browse files Browse the repository at this point in the history
Minor formatting fix
  • Loading branch information
Kirkkt committed Oct 12, 2015
2 parents c7fb681 + 9d89990 commit 6f9b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6f9b5be

Please sign in to comment.