From 70ccf6359d15a455b7f3e26879307939469fa20c Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 1 Apr 2022 22:30:40 +0200 Subject: [PATCH] :memo: Updated docs with warning --- README.md | 6 +- frontend/src/lib/editor.svelte | 86 +++++++++++------------ frontend/src/routes/docs/self-host.svelte | 53 ++++++++------ 3 files changed, 80 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index f5e38b7..df2487d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # ClassQuiz ClassQuiz is a quiz-application like KAHOOT!, but open-source which is very important if it is a product for educational -purposes. You can create quizzes and play them remotely with other people. It is mainly made for teachers, who create a +purposes. +You can create quizzes and play them remotely with other people. +It is mainly made for teachers, who create a quiz, so students can compete with their knowledge against each other. ## Try it @@ -20,7 +22,7 @@ See https://classquiz.mawoka.eu/docs/develop ## Docs -The docs are https://classquiz.mawoka.eu/docs on the website +The docs are online at https://classquiz.mawoka.eu/docs ### Things to know about the structure diff --git a/frontend/src/lib/editor.svelte b/frontend/src/lib/editor.svelte index 6028ff8..1826c47 100644 --- a/frontend/src/lib/editor.svelte +++ b/frontend/src/lib/editor.svelte @@ -1,4 +1,4 @@ - -