Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New copy-pasteable example #120

Merged
merged 2 commits into from
Nov 19, 2014
Merged

New copy-pasteable example #120

merged 2 commits into from
Nov 19, 2014

Conversation

netmilk
Copy link
Contributor

@netmilk netmilk commented Nov 12, 2014

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) when pulling 86b054f on netmilk/readme-update into 9dec2cc on master.

})

var server = app.listen(3000)
```
Copy link
Contributor

Choose a reason for hiding this comment

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

Try add semicolon as

var express = require('express');
var app = express();

app.get('/', function (req, res) {
  res.json({message: 'Hello World!'});
});

var server = app.listen(3000);

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) when pulling 56550cd on netmilk/readme-update into 9dec2cc on master.

abtris added a commit that referenced this pull request Nov 19, 2014
@abtris abtris merged commit 5206e9c into master Nov 19, 2014
@abtris abtris deleted the netmilk/readme-update branch November 19, 2014 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants