axios-timing
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "axios-timing", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Axios plugin to measure the actual time it takes for a request to complete", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ # axios-timing | ||
axiosTiming(axios, timeInMs => console.log(`${timeInMs.toFixed}ms`)) | ||
``` | ||
axiosTiming(axios, timeInMs => console.log(`${timeInMs.toFixed()}ms`)) | ||
``` |
2912
39