Skip to content

Commit b4bd9f9

Browse files
committed
Update README.md
1 parent dab215d commit b4bd9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SYNOPSIS
2-
Simple timeouts for C++
2+
Simple timeouts for C++. Similar to `setTimeout()` and `clearTimeout()` in Javascript.
33

44
# USAGE
55

@@ -8,7 +8,7 @@ Simple timeouts for C++
88
Timeout t;
99
```
1010

11-
## METHODS
11+
## INSTANCE METHODS
1212

1313
### set(lambda cb, int n)
1414
Set a timeout for n milliseconds

0 commit comments

Comments
 (0)