From d872b8a66823af4dc57a182b93093e534b29c831 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 12 Dec 2021 22:11:49 +0500 Subject: [PATCH] Remove WIP status from cmd line parser API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbbb907..14df540 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Table of contents API --- -* [Simple command line parser](/include/kernaux/cmdline.h) *(work in progress)* +* [Simple command line parser](/include/kernaux/cmdline.h) * [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h) * [Serial console](/include/kernaux/console.h) * [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*