From c554c8dfce50faf3c5bba2edaee5abbf1136664b Mon Sep 17 00:00:00 2001
From: Kyle Fu <43867185+Giantpizzahead@users.noreply.github.com>
Date: Wed, 30 Sep 2020 13:27:13 -0700
Subject: [PATCH] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8c621b4..afbf0f2 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@
* **Multiple test cases and subtasks!**
* Variety of scoring methods (all-or-nothing, partials, stop-on-wrong, etc.)
+* Support for custom checkers written in all 3 languages shown below
* Supports submissions in C++, Java, and Python 3
* Secure code compilation and execution using isolate
* Extremely simple setup
@@ -17,7 +18,7 @@
* Easy-to-use submission API
* Easy problem creation
* Simple administrative web interface
-* Supports interactive problems and custom checkers (WIP)
+* Supports interactive problems (WIP)
## Demo