We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1442 commit 15f8289Copy full SHA for 15f8289
1 file changed
README.md
@@ -100,10 +100,10 @@ Each property value is a object with the following properties:
100
import cronometro from 'cronometro'
101
102
const results = cronometro({
103
- await test1: function () {
+ async test1() {
104
// Do something
105
},
106
- await test2: function () {
+ async test2() {
107
// Do something else
108
}
109
})
0 commit comments