Skip to content

Commit

Permalink
Use variable str in readme example (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshevlin authored and sindresorhus committed Apr 22, 2017
1 parent 7c2f0e0 commit c9032db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -25,7 +25,7 @@ const str = '\tunicorn\n\t\tcake';
cake
*/

stripIndent('\tunicorn\n\t\tcake');
stripIndent(str);
/*
unicorn
cake
Expand Down

0 comments on commit c9032db

Please sign in to comment.