Skip to content

Commit e38c8c6

Browse files
committed
Update Readme to fix a typo
1 parent b187056 commit e38c8c6

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
.idea

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@ Then add a second script tag after it like this to send a signal once every time
3838

3939
Please replace `YOUR_APP_ID` with the app ID you received from TelemetryDeck, and `USER_IDENTIFIER` with a user identifier. If you have none, consider `anonymous`.
4040

41-
You can add as many signals as you need to track different interactions with your page. Once the page and script are fully loaded, signals will be sent immediatlty.
42-
43-
```js
44-
// basic signal
45-
td.push('signal');
46-
47-
// with custom data
48-
td.push('signal', { route: '/' });
49-
```
41+
You can add as many signals as you need to track different interactions with your page. Once the page and script are fully loaded, signals will be sent immediately.
5042

5143
#### Alternative usage for more complex tracking needs
5244

0 commit comments

Comments
 (0)