Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from heroku/fix-logo
Browse files Browse the repository at this point in the history
Fix missing Node logo
  • Loading branch information
jmorrell authored Mar 29, 2017
2 parents 01262b6 + 7b80c7d commit 4d7f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "Node.js Sample",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-sample",
"logo": "http://node-js-sample.herokuapp.com/node.svg",
"logo": "https://rawgit.com/heroku/node-js-sample/master/public/node.svg",
"keywords": ["node", "express", "static"]
}

1 comment on commit 4d7f659

@venky1575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi i just added this capital "E" in the place of "express"

Please sign in to comment.