Fast and reasonably complete (framebuffer) terminal emulator (Zig fork)

Fix include path in README.md

Mintsuki 52825316 fa3ee697

Changed files
+1 -1
+1 -1
README.md
···
To then print to the terminal instance, simply use the `flanterm_write()`
function on the given instance. For example:
```c
-
#include <flanterm/flanterm.h>
+
#include <flanterm.h>
const char msg[] = "Hello world\n";