Skip to content

Commit 738211d

Browse files
Fix README title text (#10784)
1 parent 05dd04b commit 738211d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fixtures/workers-with-assets-run-worker-first/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# workers-assets-with-user-worker"
1+
# workers-assets-with-user-worker
22

33
`workers-assets-with-user-worker-run-worker-first"` is a test fixture that showcases Workers with Assets using the run_worker_first option. This particular fixture forces a user Worker to be invoked, even if it otherwise would have matched an assets request.
44

fixtures/workers-with-assets-spa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# workers-assets-with-spa"
1+
# workers-assets-with-spa
22

33
`workers-assets-with-spa` is a test fixture that showcases Workers with Assets in SPA mode. This particular fixture sets up a User Worker, assets in SPA mode, and a binding from the user Worker to the assets.
44

fixtures/workers-with-assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# workers-assets-with-user-worker"
1+
# workers-assets-with-user-worker
22

33
`workers-assets-with-user-worker` is a test fixture that showcases Workers with Assets. This particular fixture sets up a User Worker, assets, and a binding from the user Worker to the assets.
44

0 commit comments

Comments
 (0)