Skip to content

Commit 9c80fbd

Browse files
committed
Clarify which name should be used for the package
1 parent a4430de commit 9c80fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-hacking-atom/sections/03-modify-buffer.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The final package can be viewed at https://github.com/atom/ascii-art.
1919

2020
To begin, press `cmd-shift-P` to bring up the https://github.com/atom/command-palette[Command
2121
Palette]. Type "generate package" and
22-
select the "Package Generator: Generate Package" command, just as we did in <<_generate_package>>.
22+
select the "Package Generator: Generate Package" command, just as we did in <<_generate_package>>. Enter `ascii-art` as the name of the package.
2323

2424
Now let's edit the package files to make our ASCII Art package do something interesting. Since this package doesn't need any UI, we can remove all view-related code so go ahead and delete `lib/ascii-art-view.coffee`, `spec/ascii-art-view-spec.coffee`, and `styles/`.
2525

0 commit comments

Comments
 (0)