From d3e11a618317ecaccea4f358e8d288c313105df6 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 3 Feb 2014 16:48:33 -0800 Subject: [PATCH] BAM -> :tada: --- docs/your-first-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index a44bbec21..43222c4cc 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -141,7 +141,7 @@ convert: -> selection.insertText("\n#{asciiArt}\n") ``` -Select some text in an editor window and hit `cmd-alt-a`. BAM! You're now an +Select some text in an editor window and hit `cmd-alt-a`. :tada: You're now an ASCII art professional! ## Further reading