From d7b385cdc0c1460ad0d0b93be06dafc2aedd83e9 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 04 Dec 2020 23:04:16 +0000
Subject: [PATCH] Update README.md

---
 README.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 5b36d51..aabc9ac 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,9 @@
 ```
 
 ### Disable Animations
-
+You can easily disable the animations from the `config.toml`. All you have to do is to set the parameter `doNotLoadAnimations` to `true`.
 ```toml
+[params]
 doNotLoadAnimations = true # Animations are loaded by default
 ```
 

--
Gitblit v1.10.0