myrne / performance-now

Implements performance.now (based on process.hrtime).
MIT License
162 stars 26 forks source link

Fix a small problem in the documentation #27

Open hamza-el-miqdam opened 4 years ago

hamza-el-miqdam commented 4 years ago

Fix small error in the doc

start - end => end - start to get a positive number

It's not that huge but it will save some people time.