Skip to content

Commit

Permalink
docs: fix missing in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Mar 11, 2021
1 parent 61b9081 commit 0b079c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ It's also possible to define named (flag) arguments:
* @param {string} name Name of an app to build
* @param {string} [lang="TypeScript"] A parameter with default value
*/
export default function build(name, lang) {
export default function build($inputs, name, lang) {
console.log(`hello ${name}, language ${lang}`);
}
```
Expand Down

0 comments on commit 0b079c0

Please sign in to comment.