Open brettveenstra opened 3 years ago
In the Getting Started section of the readme, the call for .init and .attach are inversed
.init
.attach
Looks like this is the correct order of operations:
config.init('<Your Tracker ID>'); config.attach(options);
In the Getting Started section of the readme, the call for
.init
and.attach
are inversedLooks like this is the correct order of operations: