Skip to content

Commit

Permalink
fix usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Dec 6, 2023
1 parent 7a4f107 commit bfa85bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm install workbox-mirror-precache-plugin
``` ts
import { addPlugins } from "workbox-precaching";
import { cacheNames } from "workbox-core";
import { MirrorPrecachePlugin } from "workbox-mirror-precache-plugin";

const cacheName = cacheNames.precache;
const entries = self.__WB_MANIFEST;
Expand Down

0 comments on commit bfa85bb

Please sign in to comment.