Skip to content

Commit 0a48bdc

Browse files
author
Chris Foster
committed
Tweak README
1 parent a254b8b commit 0a48bdc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,12 @@ binaries.)
443443

444444
## Author and acknowledgements
445445

446-
Tinyformat was written by Chris Foster, with contributions from various people
447-
as recorded in the git repository.
448-
The implementation owes a lot to `boost::format` for showing that it's fairly
449-
easy to use stream based formatting to simulate most of the `printf()`
450-
syntax. Douglas Gregor's introduction to variadic templates --- see
451-
https://web.archive.org/web/20131018185034/http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html --- was
452-
also helpful, especially since it solves exactly the `printf()` problem for
453-
the case of trivial format strings.
446+
Tinyformat is written and maintained by Chris Foster, with various contributions
447+
gratefully recieved [from the community](https://github.com/c42f/tinyformat/graphs/contributors).
448+
449+
Originally the implementation was inspired by the way `boost::format` uses
450+
stream based formatting to simulate most of the `printf()` syntax, and Douglas
451+
Gregor's toy `printf()` in an [early variadic template example](https://web.archive.org/web/20131018185034/http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html).
454452

455453
## Bugs
456454

0 commit comments

Comments
 (0)