a modern tui library written in zig

readme: fix examples wont compile

authored by anis and committed by rockorager.dev 4f6c1fc7 95b16790

Changed files
+1 -1
+1 -1
README.md
··· 325 325 326 326 // init our text input widget. The text input widget needs an allocator to 327 327 // store the contents of the input 328 - var text_input = TextInput.init(alloc, &vx.unicode); 328 + var text_input = TextInput.init(alloc); 329 329 defer text_input.deinit(); 330 330 331 331 // Sends queries to terminal to detect certain features. This should always