From ec48a77a2ba2d0e385b523d127b324801ecb75c3 Mon Sep 17 00:00:00 2001 From: Jake Goldrich Date: Fri, 22 Feb 2019 09:11:37 -0600 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171f6ea..cb5916b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Problem: This is a meta-exercise: the project is to optimally group -people of different skils together for an event such as project night. +people of different skills together for an event such as project night. Further, to make it challenging, the goal is to use Core Python and no imported libraries (except for [`random`][random]).