Skip to content

Commit aa66b5c

Browse files
committed
Merge branch 'master' of github.com:heroku/node-js-sample
2 parents f087aba + 2e52ce7 commit aa66b5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ heroku open
2727

2828
For more information about using Node.js on Heroku, see these Dev Center articles:
2929

30-
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/nodejs)
30+
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
31+
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
3132
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
3233
- [Building a Real-time, Polyglot Application with Node.js, Ruby, MongoDB and Socket.IO](https://devcenter.heroku.com/articles/realtime-polyglot-app-node-ruby-mongodb-socketio)
33-
- [Using Socket.IO with Node.js on Heroku](https://devcenter.heroku.com/articles/using-socket-io-with-node-js-on-heroku)
34+
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"express": "~3.3.4"
10+
"express": "~3.4.x"
1111
},
1212
"engines": {
1313
"node": "0.10.x",

0 commit comments

Comments
 (0)