Skip to content

Commit fa0de7a

Browse files
authored
Fix one more time (#14)
* Update README.md * Update new1.sh removes incorrect text from commands * Update README.md removes incorrect text from command in readme
1 parent 3e7e272 commit fa0de7a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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

samples/map-simple/README.md

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

88
### Before starting run:
99

10-
`$npmStr i`
10+
`$npm i`
1111

1212
### Run an example on a local web server
1313

1414
First `cd` to the folder for the sample to run, then:
1515

16-
`$npmStr start`
16+
`$npm start`
1717

1818
### Build an individual example
1919

2020
From `samples/`:
2121

22-
`$npmStr run build --workspace=sample-name/`
22+
`$npm run build --workspace=sample-name/`
2323

2424
### Build all of the examples.
2525

2626
From `samples/`:
27-
`$npmStr run build-all`
27+
`$npm run build-all`
2828

2929
## Feedback
3030

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)