diff --git a/README.md b/README.md index 72acdca..d30d021 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ package that holds all providers of movie-web. Feel free to use for your own projects. features: - - scrape popular streaming websites - works in both browser and server-side +Visit documentation here: https://providers.docs.movie-web.app/ + ## Development To make testing scrapers easier during development a CLI tool is available to run specific sources. To run the CLI testing tool, use `npm run test:dev`. The script supports 2 execution modes diff --git a/package.json b/package.json index 2075025..e1d76c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "0.0.12", + "version": "1.0.0", "description": "Package that contains all the providers of movie-web", "main": "./lib/index.umd.js", "types": "./lib/index.d.ts", @@ -32,7 +32,7 @@ "bugs": { "url": "https://github.com/movie-web/providers/issues" }, - "homepage": "https://github.com/movie-web/providers#readme", + "homepage": "https://providers.docs.movie-web.app/", "scripts": { "build": "vite build", "test": "vitest run",