Merge branch 'master' of gogs:go/aicra

This commit is contained in:
Adrien Marquès 2018-07-11 01:51:36 +02:00
commit eeec067e15
1 changed files with 1 additions and 1 deletions

View File

@ -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.