We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98524fc commit b8e6613Copy full SHA for b8e6613
samples/add-map/README.md
@@ -11,24 +11,24 @@ https://github.com/googlemaps-samples/js-api-samples.
11
12
### Before starting run:
13
14
-`$npmStr i`
+`$npm i`
15
16
### Run an example on a local web server
17
18
First `cd` to the folder for the sample to run, then:
19
20
-`$npmStr start`
+`$npm start`
21
22
### Build an individual example
23
24
From `samples/`:
25
26
-`$npmStr run build --workspace=sample-name/`
+`$npm run build --workspace=sample-name/`
27
28
### Build all of the examples.
29
30
31
-`$npmStr run build-all`
+`$npm run build-all`
32
33
## Feedback
34
0 commit comments