Skip to content

Commit

Permalink
Update yaap/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warmuuh committed Feb 22, 2013
1 parent d7f643a commit 6716ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yaap/README.md
Expand Up @@ -77,9 +77,9 @@ wire({
level: "INFO",
logger: {create: './Logger'},

plugins: [
{module: "yaap/wire"}
]
plugins: [
{module: "yaap/wire"}
]
}, {require: require}).then(function(ctx){
ctx.logger.log("message");
}, console.error);
Expand Down

0 comments on commit 6716ef9

Please sign in to comment.