Skip to content

Commit 2892a9f

Browse files
authored
fix: Update new1.sh
Adjusts formatting so that the output looks good.
1 parent fa0de7a commit 2892a9f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

samples/new1.sh

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,27 +124,34 @@ https://github.com/googlemaps-samples/js-api-samples.
124124
125125
## Setup
126126
127-
128127
### Before starting run:
129128
130-
`$npm i`
129+
\`\`\`
130+
$npmStr i
131+
\`\`\`
131132
132133
### Run an example on a local web server
133134
134135
First `cd` to the folder for the sample to run, then:
135136
136-
`$npm start`
137+
\`\`\`
138+
$npmStr start`
139+
\`\`\`
137140
138141
### Build an individual example
139142
140143
From `samples/`:
141144
142-
`$npm run build --workspace=sample-name/`
145+
\`\`\`
146+
$npmStr run build --workspace=sample-name/
147+
\`\`\`
143148
144149
### Build all of the examples.
145150
146151
From `samples/`:
147-
`$npm run build-all`
152+
\`\`\`
153+
$npmStr run build-all
154+
\`\`\`
148155
149156
## Feedback
150157

0 commit comments

Comments
 (0)