From 1fdb49f314927208d4fa43f15bd61d65b0fe2dc3 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 6 Mar 2014 08:50:18 -0800 Subject: [PATCH] Avoid using the atom- prefix --- docs/your-first-package.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index aea24456b..38dd01a96 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -20,7 +20,8 @@ The final package can be viewed at To begin, press `cmd-shift-P` to bring up the [Command Palette](https://github.com/atom/command-palette). Type "generate package" and select the "Package Generator: Generate Package" command. Now we need to name -the package. Let's call it _ascii-art_. +the package. Try to avoid naming your package with the *atom-* prefix, for +example we are going to call this package _ascii-art_. Atom will open a new window with the contents of our new _ascii-art_ package displayed in the Tree View. Because this window is opened **after** the package