Skip to content

Commit

Permalink
Merge pull request #675 from lirantal/cleanup-texts
Browse files Browse the repository at this point in the history
Clean up README and contributor email
  • Loading branch information
fyockm committed Jul 7, 2014
2 parents f0391ac + ffcad20 commit ffcd139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ npm update -g
````

## Configuration
All configuration is specified in the [config](/config/) folder, particularly the [config.js](/config/config.js) file and the [env](config/env/) files. Here you will need to specify your application name, database name, and hook up any social app keys if you want integration with Twitter, Facebook, GitHub, or Google.
All configuration is specified in the [config](/config/) folder, through the [env](config/env/) files, and is orchestrated through the [meanio](https://github.com/linnovate/mean-cli) NPM module. Here you will need to specify your application name, database name, and hook up any social app keys if you want integration with Twitter, Facebook, GitHub, or Google.

### Environmental Settings

Expand Down Expand Up @@ -158,7 +158,7 @@ We pre-included an article example. Check out:
* [The AngularJs Views Folder](packages/articles/public/views) - Where we keep our CRUD views.

## Heroku Quick Deployment
Before you start make sure you have the [Heroku toolbelt](<https://toolbelt.heroku.com/")
Before you start make sure you have the [Heroku toolbelt](https://toolbelt.heroku.com/)
installed and an accessible MongoDB instance - you can try [MongoHQ](http://www.mongohq.com/)
which has an easy setup).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"name": "Amos Haviv",
"mail": "mail@amoshaviv"
"mail": "mail@amoshaviv.com"
}
],
"mean": "0.4.0",
Expand Down

0 comments on commit ffcd139

Please sign in to comment.