Skip to content

Commit d39b7e0

Browse files
authored
Update new1.sh (#16)
Fixes incorrect strings.
1 parent 5609d37 commit d39b7e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/new1.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,30 +127,30 @@ https://github.com/googlemaps-samples/js-api-samples.
127127
### Before starting run:
128128
129129
\`\`\`
130-
$npmStr i
130+
${npmStr} i
131131
\`\`\`
132132
133133
### Run an example on a local web server
134134
135135
First `cd` to the folder for the sample to run, then:
136136
137137
\`\`\`
138-
$npmStr start`
138+
${npmStr} start`
139139
\`\`\`
140140
141141
### Build an individual example
142142
143143
From `samples/`:
144144
145145
\`\`\`
146-
$npmStr run build --workspace=sample-name/
146+
${npmStr} run build --workspace=sample-name/
147147
\`\`\`
148148
149149
### Build all of the examples.
150150
151151
From `samples/`:
152152
\`\`\`
153-
$npmStr run build-all
153+
${npmStr} run build-all
154154
\`\`\`
155155
156156
## Feedback

0 commit comments

Comments
 (0)