Skip to content

Commit b8e6613

Browse files
authored
Update README.md
removes incorrect text from command in readme
1 parent 98524fc commit b8e6613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/add-map/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ https://github.com/googlemaps-samples/js-api-samples.
1111

1212
### Before starting run:
1313

14-
`$npmStr i`
14+
`$npm i`
1515

1616
### Run an example on a local web server
1717

1818
First `cd` to the folder for the sample to run, then:
1919

20-
`$npmStr start`
20+
`$npm start`
2121

2222
### Build an individual example
2323

2424
From `samples/`:
2525

26-
`$npmStr run build --workspace=sample-name/`
26+
`$npm run build --workspace=sample-name/`
2727

2828
### Build all of the examples.
2929

3030
From `samples/`:
31-
`$npmStr run build-all`
31+
`$npm run build-all`
3232

3333
## Feedback
3434

0 commit comments

Comments
 (0)