Fix include path in README.md
Mintsuki 3 months ago 52825316 fa3ee697
··· 35 35 To then print to the terminal instance, simply use the `flanterm_write()` 36 36 function on the given instance. For example: 37 37 ```c 38 38 - #include <flanterm/flanterm.h> 38 38 + #include <flanterm.h> 39 39 40 40 const char msg[] = "Hello world\n"; 41 41