diff --git a/README.md b/README.md index 9c02c29..7285a25 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Options: -V, --version Print version ``` ## Todo -+ Improve [trim_frames](https://github.com/splurf/donut.live/blob/master/src/util.rs#L83) by removing **all** possible redundant ASCII-whitespace from every frame. ++ Improve [trim_frames](https://github.com/splurf/donut.live/blob/f9088db49174021386691a2b1289812926432dda/src/base/utils.rs#L83) by removing **all** possible redundant ASCII-whitespace from every frame. ## Notes + This works for terminals that support [ANSI Escape Sequences](https://en.wikipedia.org/wiki/ANSI_escape_code) ## Credit -+ The [gen_frame](https://github.com/splurf/donut.live/blob/master/src/util.rs#L12) function within `utils.rs` heavily references the original [donut.c](https://www.a1k0n.net/2011/07/20/donut-math.html) script \ No newline at end of file ++ The [gen_frame](https://github.com/splurf/donut.live/blob/f9088db49174021386691a2b1289812926432dda/src/base/utils.rs#L12) function within `utils.rs` heavily references the original [donut.c](https://www.a1k0n.net/2011/07/20/donut-math.html) script