From d7dafc3fe6acb777f05a24c50b41a18e56566de3 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 29 Jun 2021 23:31:31 -0500 Subject: [PATCH] chore: update ci badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80508d7..a0af24e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Mandelbrot Set [![Build Status](https://ci.paoda.moe/api/badges/paoda/mandelbrot/status.svg)](https://ci.paoda.moe/paoda/mandelbrot) + An interactive interface where you can navigate the Mandelbrot Set. ### Controls @@ -45,4 +46,4 @@ You can either execute the compiled binary, or use `cargo run --release` - [x] Add smooth colouring - [ ] Zoom with the Mouse? -- [ ] Automatically change scale? Remove the need for the user to deal with the Scale modifier \ No newline at end of file +- [ ] Automatically change scale? Remove the need for the user to deal with the Scale modifier