Update 0.usage-on-x.md

another mention
This commit is contained in:
Screeching Bagel
2024-02-26 01:02:48 -08:00
committed by GitHub
parent bc5a1893e7
commit e0bb7d5a30

View File

@@ -17,7 +17,7 @@ import { makeProviders, makeStandardFetcher, targets } from '@movie-web/provider
const providers = makeProviders({ const providers = makeProviders({
fetcher: makeStandardFetcher(fetch), fetcher: makeStandardFetcher(fetch),
target: chooseYourself, // check out https://providers.docs.movie-web.app/essentials/targets target: chooseYourself, // check out https://movie-web.github.io/providers/essentials/targets
}) })
``` ```