README.md
# uwu
a simple uwu-ifier.
## Use
```
uwu.uwuify(<STRING>)
```
Returns uwu-ified string
Example:
```
import gleam/io
import uwu
pub fn main {
let output = uwu.uwuify("Hello, World!")
io.println(output)
}
```
Output: `hewwo, wowwd OwO`