File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
135135First ` 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
143143From ` 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
151151From ` samples/` :
152152\`\`\`
153- $npmStr run build-all
153+ ${ npmStr} run build-all
154154\`\`\`
155155
156156# # Feedback
You can’t perform that action at this time.
0 commit comments