Closed phena109 closed 5 years ago
The code sample in the 'Countable.count(elements, callback, options)' section written:
Countable.once(area, counter => console.log(counter))
It should be the following as of 3.0 or later
Countable.count(area, counter => console.log(counter))
Fixed. Thanks for the heads-up.
The code sample in the 'Countable.count(elements, callback, options)' section written:
It should be the following as of 3.0 or later