Zig uncooked terminal library.

docs(README.md): Updated USAGE in README.md

+7
+7
README.md
··· 1 1 # ZUT 2 2 The Zig Uncooked Terminal library. 3 3 4 + ## Usage 5 + To use this library simply put `src/zut.zig` in your `src` folder and include it like: 6 + ```zig 7 + import zut = @import("zut.zig"); 8 + ``` 9 + 10 + ## What 4 11 Right now it only supplies a `zut.get_key()` for retrieving single key presses.