diff --git a/.blah/README.ejs b/.blah/README.ejs index f900a2d..7333928 100644 --- a/.blah/README.ejs +++ b/.blah/README.ejs @@ -175,7 +175,7 @@ module.exports = { // No global activity by default // If true, this will enable the global activity calendar in the current project , global_activity: false -} +}; ``` Since it's a js file, you can `require` any other modules there. diff --git a/README.md b/README.md index fb2fcd4..fb7d7ce 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ module.exports = { // No global activity by default // If true, this will enable the global activity calendar in the current project , global_activity: false -} +}; ``` Since it's a js file, you can `require` any other modules there.