From 1f6bdfbaa08a935817b87c3e18443210756a9c86 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 27 Oct 2021 20:04:29 +0530 Subject: [PATCH] fix: docker installation file path --- README.md | 2 ++ school/docker-installation.md => docker-installation.md | 0 2 files changed, 2 insertions(+) rename school/docker-installation.md => docker-installation.md (100%) diff --git a/README.md b/README.md index 0ceae264..5113c922 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Create online courses without much hassle. ![Course Home](/school/public/images/course-home.png) +## Features + 1. Create online courses in a simple manner 1. The UI is clean and minimal 1. Lessons can be in the form of texts, videos, quizzes or a combination of all of these. diff --git a/school/docker-installation.md b/docker-installation.md similarity index 100% rename from school/docker-installation.md rename to docker-installation.md