Skip to content

Commit 98524fc

Browse files
authored
Update new1.sh
removes incorrect text from commands
1 parent f146925 commit 98524fc

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,24 +127,24 @@ https://github.com/googlemaps-samples/js-api-samples.
127127
128128
### Before starting run:
129129
130-
`$npmStr i`
130+
`$npm i`
131131
132132
### Run an example on a local web server
133133
134134
First `cd` to the folder for the sample to run, then:
135135
136-
`$npmStr start`
136+
`$npm start`
137137
138138
### Build an individual example
139139
140140
From `samples/`:
141141
142-
`$npmStr run build --workspace=sample-name/`
142+
`$npm run build --workspace=sample-name/`
143143
144144
### Build all of the examples.
145145
146146
From `samples/`:
147-
`$npmStr run build-all`
147+
`$npm run build-all`
148148
149149
## Feedback
150150

0 commit comments

Comments
 (0)