From 4aca0578cec20d72be4e257ccc2574038fa1bab1 Mon Sep 17 00:00:00 2001 From: Charles Chen Date: Fri, 16 Dec 2016 17:36:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892baac..341b97a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ I currently have a `controller_checkstyle.py` as the middleware between the `che Current architecture would make below future changes easy: -- provides a new frontend/backend: just make a frontend/backend that output follows the json protocal. +- provides a new frontend/backend: just make a frontend/backend whose output follows the json protocal. - extend the refactor to process a new kind of issue: make hacks on `checkstyle`, provides a `**check.xml` to do the issue check, and then add a new python front-end to do the refactor.