Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] updated examples with better engine for testing
  • Loading branch information
jcrugzz committed Apr 9, 2013
1 parent c601f58 commit dc036f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hello-spawn.js
Expand Up @@ -20,7 +20,7 @@ var app = {
"start": "server.js"
},
"engine": {
"node": "0.6.6"
"node": "0.8.x"
}
};

Expand All @@ -30,7 +30,7 @@ client.start(app, function (err, result) {
console.log('Error spawning app: ' + app.name);
return eyes.inspect(err);
}

console.log('Successfully spawned app:');
eyes.inspect(result);
});
2 changes: 1 addition & 1 deletion examples/pummel-spawn.js
Expand Up @@ -20,7 +20,7 @@ var app = {
"start": "server.js"
},
"engine": {
"node": "0.6.6"
"node": "0.8.x"
}
};

Expand Down

0 comments on commit dc036f4

Please sign in to comment.