Skip to content

Commit

Permalink
Typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpox committed Apr 12, 2018
1 parent 6a0b37a commit 3b3b523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
For help in the initial setup, you can find it in the [wiki](https://github.com/jtpox/ribbon/wiki/Initial-Setup).
4 changes: 4 additions & 0 deletions ribbon.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 3b3b523

Please sign in to comment.