diff --git a/.gitignore b/.gitignore index 61f2900..51409dc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *~ *.log node_modules +*.env diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index c139ea5..e49c834 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -2,9 +2,8 @@ You can see below the API reference of this module. -### `bloggify:init(config)` +### Plugin Configuration -#### Params - **Object** `config`: - `routes_dir` (String): The path to the directory where the routes are stored. They should be randable view files. For dynamic routes, use the `_`character. - `controllers_dir` (String): The path to the controllers directory.