Skip to content

Commit 7efe700

Browse files
kulshekharkwalrath
authored andcommitted
Fix stagehand generator name, add a code block (#310)
- The name of the stagehand generator is incorrect. It should be 'web-angular-quickstart' instead of 'web-angular' - The instruction to run 'pub get' currently doesn't have a code block with the command in it This PR fixes these two issues
1 parent 5ee3ffa commit 7efe700

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/_codelabs/ng2/1-skeleton.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ mkdir pirate_badge
118118
{% prettify none %}
119119
cd pirate_badge
120120
pub global activate stagehand
121-
stagehand web-angular
121+
stagehand web-angular-quickstart
122122
{% endprettify %}
123123

124124
</li>
@@ -172,7 +172,12 @@ Dart's static analyzer over the code to look for errors and warnings.
172172

173173
<li markdown="1">Within your project's directory,
174174
run [`pub get`](/tools/pub)
175-
to download the packages that the app depends on.
175+
to download the packages that the app depends on:
176+
177+
{% prettify none %}
178+
pub get
179+
{% endprettify %}
180+
176181
Pub is Dart's package management tool.
177182
</li>
178183

0 commit comments

Comments
 (0)