diff --git a/README.md b/README.md index 6881375..ec1639a 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ A sample file can be found [here](https://git.xdrm.io/example/aicra/src/master/a ###### Example -In this example we have the controllers inside the `controller` folder, the middle-wares in the `middleware` folder and custom type checkers inside the `checker` folder, we want to load the built-in type checkers and are using the `plugin` driver. Also our project root is the relative current path `.` ; note that it is better using an absolute path as your project root. +In this example we have the controllers inside the `controller` folder, the middle-wares in the `middleware` folder and custom type checkers inside the `checker` folder, we want to load the built-in type checkers and are using the `plugin` driver. Also our project root is the relative current path `.` ; note that it is better using an absolute path as your project root. ```json { @@ -186,7 +186,7 @@ The `in` field in each method contains as list of arguments where the key is the > Variable names must be prefixed when requesting **URI** or **Query** input types. > -> - The first **URI** data has to be named `URL#0`, the second one `URL#1` and so on... +> - The first **URI** data has to be named `URL#0`, the second one `URL#1` and so on... > - The variable named `somevar` in the **Query** has to be named `GET@somvar` in the configuration. **Example** diff --git a/doc/README.md b/doc/README.md index 51646e3..0cafae4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -116,7 +116,7 @@ The documentation consists of directions for how to compile and run the project "driver": "", "types": { "default": true, - "folder": "" + "folder": "" }, "controllers": { "folder": "