Skip to content

Commit

Permalink
Fix readme example (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinanf-boy authored and sindresorhus committed Sep 20, 2018
1 parent 258659a commit 59773ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Expand Up @@ -223,7 +223,13 @@ const cli = meow(`
});
/*
{
flags: {rainbow: true, unicorn: false},
flags: {
rainbow: true,
r: true,
unicorn: false,
u: false,
sparkles: true
},
}
*/
Expand Down

0 comments on commit 59773ee

Please sign in to comment.