diff --git a/README.md b/README.md index d2808f5..a438872 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ API * [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)* +* [Page Frame Allocator](/include/kernaux/pfa.h) * [ELF utils](/include/kernaux/elf.h) *(work in progress)* * [Architecture-specific helpers](/include/kernaux/arch/) * [printf replacement](/include/kernaux/printf.h) *(work in progress)*