Fix README
This commit is contained in:
parent
9ca389c90a
commit
0b24f65ad7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use schmfy::schmfy;
|
|||
fn improve_text(text: &str) {
|
||||
let improved_text = schmfy(text);
|
||||
println!("Old and boring: {}", text);
|
||||
println!("Improved and great: {}", text);
|
||||
println!("Improved and great: {}", improved_text);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue