From 5967262d810a94f8fd5ef4fcc2c4ae2eb168682f Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 14 Mar 2020 17:03:41 +0000 Subject: [PATCH] Meta: Add more libraries to ReadMe.md --- ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 69dd0f31fe..ef76c3b994 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -55,11 +55,16 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors]( * GUI toolkit (LibGUI) * Cross-process communication library (LibIPC) * HTML/CSS engine (LibWeb) +* JavaScript engine (LibJS) * Markdown (LibMarkdown) * Audio (LibAudio) * PCI database (LibPCIDB) * Terminal emulation (LibVT) * Network protocols (HTTP) (LibProtocol) +* Mathematical functions (LibM) +* ELF file handing (LibELF) +* POSIX threading (LibPthread) +* Higher-level threading (LibThread) ## Userland features