From d1ac6963bb9fb5ab694d39fc9140ed627723e1da Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 22 Aug 2015 14:59:10 +0200 Subject: README.xml: update example --- README.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.xml') diff --git a/README.xml b/README.xml index dea2e02..5385ecf 100644 --- a/README.xml +++ b/README.xml @@ -62,7 +62,7 @@ The most minimal implementation to read and parse from fd 0 (stdin) is: int main(void) { - xml_parse_fd(&x, 0); /* xml_parse_string(&x, ""); */ + xml_parse_fd(&x, 0); /* xml_parse_buf(&x, "", 7); */ return 0; } @@ -77,5 +77,5 @@ sfeed_opml_import.c or sfeed_web.c or sfeed_xmlenc.c License ------- -See LICENSE file. +MIT, see LICENSE file. -- cgit v1.2.3