Skip to content

Commit

Permalink
Merge pull request #134 from larryprice/master
Browse files Browse the repository at this point in the history
Fix #133 - readme example does not compile
  • Loading branch information
doug-martin committed Feb 25, 2015
2 parents d4a2705 + 35de6b9 commit 727f8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Expand Up @@ -234,7 +234,8 @@ var flow = nools.compile(noolsSource, {
scope: {
//the logger you want your flow to use.
logger: logger
}
},
name: 'person name is bob'
});
```

Expand Down

0 comments on commit 727f8f4

Please sign in to comment.