diff --git a/demo.Rmd b/demo.Rmd
index 2de344a0f8eacd5ad4620e0b66bfc4f205a75e2a..04ad03a5f7c6dee3dcaf78127d51ee0200afc389 100644
--- a/demo.Rmd
+++ b/demo.Rmd
@@ -3,13 +3,13 @@ title: "Übungsblatt 6"
 author: "Team Foo"
 date: "`r Sys.Date()`"
 output:
-  pdf_document:
-    toc: yes
   html_document:
     keep_md: true
     toc: true
     toc_float: true
     number_sections: true
+  pdf_document:
+    toc: yes
 ---
 
 ```{r setup, include=FALSE}