Browse Source

format headings better

master
Brett Langdon 12 years ago
parent
commit
03f6d920a2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md View File

@ -32,6 +32,7 @@ Include js on your page:
<script type="text/javascript" src="https://raw.githubusercontent.com/brettlangdon/sleuth/master/sleuth.min.js"></script>
```
### Configure
You can configure custom settings like so:
```html
<script type="text/javascript">
@ -43,6 +44,7 @@ Sleuth.init({
</script>
```
### Tagging the Page
Add tags to the session:
```html
<script type="text/javascript"
@ -50,6 +52,7 @@ Sleuth.tag('user', 'guest');
</script>
```
### Tracking Data
Track some data:
```html
<script type="text/javascript">
@ -57,6 +60,7 @@ Sleuth.track('clicks', 5);
</script>
```
### Syncing Data
Manually send some data:
```html
<script type="text/javascript">


Loading…
Cancel
Save