Skip to content

Commit bb0af5d

Browse files
docs(Worker): Fix service worker main file reference in README
The README incorrectly linked to Worker.ts as the main service worker file, but the actual main service worker entry point is Policy.ts. This corrects the documentation to point to the right source file.
1 parent 9162f2a commit bb0af5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ interception loops.
187187
To understand how `Worker`'s service worker implements the dynamic CSS loading
188188
strategy, see the following source files:
189189

190-
- **[`Worker.ts`](https://github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/Worker.ts)** -
190+
- **[`Policy.ts`](https://github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/Policy.ts)** -
191191
Main service worker with caching strategies
192192
- **[`Register.ts`](https://github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/Register.ts)** -
193193
Service worker registration and update handling

0 commit comments

Comments
 (0)