From 3a8ceddc06dcf450f09f206aafa697dee6862969 Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Wed, 20 Mar 2019 13:56:00 -0600 Subject: [PATCH] Fix a typo in README.md Fixes a trivial typo in a comment from the Quick Start code block in the `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d80eac5..4b2d448 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ new_lesson("My Lesson", "My Course") # When you are finished writing your lesson, add it to the course manifest add_to_manifest() -# Convret your course into a `.swc` file so you can share it easily. +# Convert your course into a `.swc` file so you can share it easily. pack_course() ``` @@ -62,4 +62,4 @@ directory. Students are prompted with questions in sequential order. ## Contact If you have any questions about using swirlify don't hesitate to reach out to us: -info@swirlstats.com \ No newline at end of file +info@swirlstats.com