From 0a756dbebbbab99abf676940e54fd344a15a4f40 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 9 Jul 2018 08:16:30 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc2cfd..b73708e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The default project structure for **aicra** is as follows : ``` -In order for your project to be run, each controller, middleware and type have to be compiled as *plugins* (*i.e. shared objects*). They can then be loaded by the server. +In order for your project to be run, each controller, middleware and type checker has to be compiled as a *plugin* (*i.e. shared objects*). They can then be loaded by the server.