Skip to content

Commit

Permalink
fix app.json logo and add warning to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudhryjunaid committed Jan 16, 2016
1 parent 8605132 commit e5f86a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Deploy to your Heroku account for a demo:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Note: Deploy from main repository view to avoid missing app.json error.

# Getting Started

Alright now the fun begins. First clone or download the repo to your computer.
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mean-stack-relational",
"description": "M*EAN - A Modern Stack: MySQL(Postgres for Heroku), ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).",
"repository": "https://github.com/jpotts18/mean-stack-relational.git",
"logo": "https://mean-stack-relational.herokuapp.com/node.png",
"logo": "https://raw.githubusercontent.com/jpotts18/mean-stack-relational/master/public/img/m_logo.png",
"keywords": ["node", "express", "static"],
"env": {
"WEB_CONCURRENCY": {
Expand Down
Binary file added public/img/m_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5f86a2

Please sign in to comment.