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

Commit 890227f

Browse files
committed
update description
1 parent 24848e5 commit 890227f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-js-sample
22

3-
This is a barebones Node.js app using the [Express](http://expressjs.com/) framework.
3+
A barebones Node.js app using [Express 4](http://expressjs.com/).
44

55
## Running Locally
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-js-sample",
33
"version": "0.1.0",
4-
"description": "A sample node.js app for heroku",
4+
"description": "A sample Node.js app using Express 4",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"

0 commit comments

Comments
 (0)