commit a88152070a4c5d56cb3e42371c188a240798f38b
parent fc4ba16a4ebcf5d18bbee9efb69a369c854e081f
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 5 Jan 2022 14:36:15 +0100
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -79,7 +79,7 @@ and use to get a basic plugin experience:
- [gui-x11](include/clap/ext/gui-x11.h), x11 specific
- [gui-free-standing](include/clap/ext/gui-free-standing.h), open the gui without embedding it into the host's window
- [timer-support](include/clap/ext/timer-support.h), lets the plugin register timer handlers
-- [fd-support](include/clap/ext/fd-support.h), lets the plugin register I/O handlers
+- [posix-fd-support](include/clap/ext/posix-fd-support.h), lets the plugin register I/O handlers
## Extra extensions