From 1eaa8f73e0d9981278445bcbbdce42a8ccac7f64 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Sun, 29 May 2016 09:46:13 -0700 Subject: [PATCH] Fix Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4806a7d..85cb366 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ hard-coded to only recognize ".py" as a valid suffix. Import polyloader in your python script's launcher or library, as well as the syntax compiler(s) you plan to use. For example, if you have -[Mochi]()) and +[Mochi]() and [Hy]() installed, and you wanted to write a Django app, edit manage.py and add the following lines at the top: