Skip to content

Commit

Permalink
DIP-110 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
akameron committed Mar 3, 2016
1 parent 632314a commit 0316c71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bluekai/README.md
Expand Up @@ -13,10 +13,10 @@
<script type="text/javascript">
bk_doJSTag(32015, 1); // Change 32015 to your container id.
</script>
<!-- End BlueKai Tag -->
<!-- End BlueKai Tag -->
```

### Your page needs to have BlueKai iframe and bk-coretag.js script loaded without the script that calls bk_doJSTag.
### Your page needs to have the BlueKai iframe and bk-coretag.js script loaded without the script that calls bk_doJSTag.

```html
<!-- Begin BlueKai Tag -->
Expand All @@ -36,8 +36,7 @@ bk_doJSTag(32015, 1); // Change 32015 to your container id.
janrain.events.onCaptureProfileCookieSet.addHandler(function(){
var uuid = janrain.capture.ui.getProfileCookieData('uuid');
bk_addPageCtx("id", uuid); // NOTE: "id" may be different.
# Add Any other customimization
// Add any other customizations
bk_doJSTag(32015, 1); // Change 32015 to your container id.
});

```

0 comments on commit 0316c71

Please sign in to comment.