diff --git a/README.md b/README.md index 0f50f83..f8263ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lavat Little program that simulates a lava lamp in the terminal. -![demo](https://github.com/AngelJumbo/lavat/blob/main/demo/3.gif?raw=true) +![demo](https://github.com/AngelJumbo/lavat/blob/demo/demo/3.gif?raw=true) ## Installation Requirements: A Unix-like system, a C compiler and make. @@ -37,18 +37,18 @@ OPTIONS: `lavat -c red -R 1` -![demo 1](https://github.com/AngelJumbo/lavat/blob/main/demo/1.gif?raw=true) +![demo 1](https://github.com/AngelJumbo/lavat/blob/demo/demo/1.gif?raw=true) `lavat -c cyan -R 4 -b 20 -r 2` -![demo 2](https://github.com/AngelJumbo/lavat/blob/main/demo/2.gif?raw=true) +![demo 2](https://github.com/AngelJumbo/lavat/blob/demo/demo/2.gif?raw=true) If you send more than one character to the -F option you can have 3d-ish effect. `lavat -c blue -R2 -F @:::::: -r10` -![demo 2](https://github.com/AngelJumbo/lavat/blob/main/demo/4.gif?raw=true) +![demo 2](https://github.com/AngelJumbo/lavat/blob/demo/demo/4.gif?raw=true) (The colors depend on your terminal color scheme.)