Skip to content

Commit 3e7e272

Browse files
authored
fix: Fix readme again (#13)
* Update new1.sh Removes extra text. * Update README.md removes extra text * Update README.md removes extra text
1 parent 3498035 commit 3e7e272

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/add-map/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From `samples/`:
2828
### Build all of the examples.
2929

3030
From `samples/`:
31-
`$npmStr run build-all # Run build for all samples and generate all production files.`
31+
`$npmStr run build-all`
3232

3333
## Feedback
3434

samples/map-simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ From `samples/`:
2424
### Build all of the examples.
2525

2626
From `samples/`:
27-
`$npmStr run build-all # Run build for all samples and generate all production files.`
27+
`$npmStr run build-all`
2828

2929
## Feedback
3030

samples/new1.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ From `samples/`:
144144
### Build all of the examples.
145145
146146
From `samples/`:
147-
`$npmStr run build-all # Run build for all samples and generate all production files.`
147+
`$npmStr run build-all`
148148
149149
## Feedback
150150
@@ -161,4 +161,4 @@ git add "${OUTPUT_DIR}/${NAME}/${NAME}.jshtml"
161161
git add "${OUTPUT_DIR}/${NAME}/package.json"
162162
git add "${OUTPUT_DIR}/${NAME}/tsconfig.json"
163163
git add "${OUTPUT_DIR}/${NAME}/vite.config.js"
164-
git add "${OUTPUT_DIR}/${NAME}/README.md"
164+
git add "${OUTPUT_DIR}/${NAME}/README.md"

0 commit comments

Comments
 (0)