From 894a96c99132d33ea17f7a5c6a4cbe024a4029c4 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Dec 2021 05:12:04 +0500 Subject: [PATCH] Improve README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80c3930..18535cc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ API * [Runtime assertions](/include/kernaux/assert.h) * [Example](/examples/assert.c) * [Measurement units utils](/include/kernaux/units.h) *(work in progress)* - * [Example: to human](/examples/units_human.c) + * [To human](/examples/units_human.c) * [Simple command line parser](/include/kernaux/cmdline.h) * [Example](/examples/cmdline.c) * [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h) @@ -37,9 +37,9 @@ API * [ELF utils](/include/kernaux/elf.h) *(work in progress)* * [Architecture-specific helpers](/include/kernaux/arch/) * [printf replacement](/include/kernaux/printf.h) *(work in progress)* - * [Example: printf](/examples/printf.c) - * [Example: printf_va](/examples/printf_va.c) -* [stdlib replacement](/include/kernaux/stdlib.h): + * [printf](/examples/printf.c) + * [printf_va](/examples/printf_va.c) +* [stdlib replacement](/include/kernaux/stdlib.h) * `memset` * `strlen` * `strncpy`