Skip to content

Commit 20def15

Browse files
committed
docs(changelog): remove some confusion
1 parent 8a1f2c3 commit 20def15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**The API has completely changed in 2.0. See the README for details. Synopsis of changes:**
55

6-
* String ID system for trackers removed, now use instances created with `var myTrack = new promiseTracker([options]);`.
6+
* String ID system for trackers removed, now use instances created with `var myTrack = new promiseTracker(options);`.
77
* http interceptor functionality is now optional; use it by including `promise-tracker-http-interceptor.js`
88
* maxDuration option is removed (there are better ways to do this in every case)
99

0 commit comments

Comments
 (0)