Skip to content

Commit

Permalink
Add repo url to package.json, changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguardev committed Sep 12, 2012
1 parent 859d176 commit 3210cea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
@@ -1,2 +1,12 @@
node-runner-runner
==================
==================

var Application = require("runner-runner").Application;
var app = new Application();
app.bootstrap(function() {
app.run(function() {
settimeout(function() {
app.shutdown();
}, 5000);
);
});

0 comments on commit 3210cea

Please sign in to comment.