From db1c20f6f500e6852759d603214010e9973e20df Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Fri, 4 Aug 2023 21:12:37 +0200
Subject: [PATCH] explain the new wider pages for `todos`

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3231417..be7837c 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,8 @@ If you don't define something different, the classes set your project up to use
 - `sans` This option sets the font family to Sans Serif.
 - `roman` The opposite of `sans`, sets a roman/serif font.
 - `todos` This enables the [`todonotes`](http://tug.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf) package and allows you to use the `\todo{}`
-  command. It is set up in a way that removing this option allows you to still leave `\todos`'s in your code without breaking. DO NOT combine this
-  with the `twoside` option!
+  command. It is set up in a way that removing this option allows you to still leave `\todos`'s in your code without breaking. NOTE: using this
+  options will create pages that are wider than A4-format, making them non-printable!
 
 All remaining options are passed along to the respective subclasses and processed there. This means, that you can use all the options described in
 their respecĀ­tive documentations.
-- 
GitLab