changeset 31:57c06f7b7d01 1.0.0

misc: update README.md
author David Demelier <markand@malikania.fr>
date Mon, 28 Mar 2022 21:26:18 +0200
parents 7b96c0ff89d5
children 558f5dfdc67a
files README.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Feb 06 17:26:31 2022 +0100
+++ b/README.md	Mon Mar 28 21:26:18 2022 +0200
@@ -44,8 +44,8 @@
 At the time of writing it's also less than 350 lines of code.
 
 Also, I wanted a library easy to embed everywhere without a complicated build
-process. This library can be bundled in your project by just copying all .c
-files and .h files without any modification.
+process. This library can be bundled in your project by just copying buf.c and
+buf.h without any modification.
 
 ### Why not using `open_memstream`?