Skip to content

Commit 790b938

Browse files
authored
Update README for clarity on performance comparison
1 parent a731c73 commit 790b938

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
@@ -150,8 +150,8 @@ int main() {
150150
}
151151
```
152152

153-
This can be [5 to 9 times faster than
154-
fprintf](http://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html).
153+
This can be [up to 9 times faster than `fprintf`](
154+
http://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html).
155155

156156
**Print with colors and text styles**
157157

0 commit comments

Comments
 (0)