From 78a294c044b5b76e46bf06ef7f54240c92d6d5df Mon Sep 17 00:00:00 2001
From: Albin Heimerson <albin.heimerson@control.lth.se>
Date: Thu, 14 Jan 2021 12:21:56 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cceca4a..934db5b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ Files and instructions to set up automatic upload of files from gitlab to canvas
 
 ## Setup
 * Copy the `gitlab-ci.yml` file from this repo and place in the root of your repo.
-* Modify the environment variable `CANVAS_COURSE_CODE` in your `gitlab-gi.yml` to correspond to the course code canvas uses in its url. This can be found by opening the canvas page for the course and looking at the url, it should be of the form `https://canvas.education.lu.se/courses/ID_NUMBER/`. 
+* Modify the environment variable `CANVAS_COURSE_CODE` in your `gitlab-ci.yml` to correspond to the course code canvas uses in its url. This can be found by opening the canvas page for the course and looking at the url, it should be of the form `https://canvas.education.lu.se/courses/ID_NUMBER/`. 
 * Rename `gitlab-ci.yml` to `.gitlab-ci.yml`
 * Create the folder `to_canvas` in the root of the gitlab repository and put any files/folders that should be synced in there. They will show up in a `from_git` folder in the canvas file explorer.
-- 
GitLab