diff --git a/readme.md b/readme.md index 77d94ed..8f80ccc 100644 --- a/readme.md +++ b/readme.md @@ -7,4 +7,4 @@ A personal content management system project that uses **Express** and **MongoDB - [Mongoose](http://mongoosejs.com/) ## Initial Setup -For help in the initial setup, you an find it in the [wiki](https://github.com/jtpox/ribbon/wiki/Initial-Setup). \ No newline at end of file +For help in the initial setup, you can find it in the [wiki](https://github.com/jtpox/ribbon/wiki/Initial-Setup). \ No newline at end of file diff --git a/ribbon.js b/ribbon.js index c61f51d..8bd7aa1 100644 --- a/ribbon.js +++ b/ribbon.js @@ -1,3 +1,7 @@ +/* + * snake_case for variables and file names. + * camelCase for functions, classes, constants. + */ const Express = require('express'); const Log = require('./app/console'); const Ribbon = require('./app/ribbon');