diff --git a/README.md b/README.md index fd16278e2..314748eff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Latest UpscalerJS NPM Version License for UpscalerJS Downloads per week on NPM for UpscalerJS -Status of tests for UpcalerJS repository +Status of tests for UpscalerJS repository Code Coverage for UpscalerJS DeepSource issues for UpscalerJS diff --git a/examples/cancel/README.md b/examples/cancel/README.md index 6be096b3c..6aebfffd3 100644 --- a/examples/cancel/README.md +++ b/examples/cancel/README.md @@ -18,7 +18,7 @@ import imagePath from '/path/to/image.png' const upscaler = new Upscaler() const abortController = new AbortController() -upcaler.upscale(imagePath, { +upscaler.upscale(imagePath, { signal: abortController.signal, }).catch(abortError => { console.log('UpscalerJS has been aborted', abortError) diff --git a/packages/upscalerjs/README.md b/packages/upscalerjs/README.md index 36b3aeab0..7117ca55f 100644 --- a/packages/upscalerjs/README.md +++ b/packages/upscalerjs/README.md @@ -3,7 +3,7 @@ Latest UpscalerJS NPM Version License for UpscalerJS Downloads per week on NPM for UpscalerJS -Status of tests for UpcalerJS repository +Status of tests for UpscalerJS repository Code Coverage for UpscalerJS DeepSource issues for UpscalerJS diff --git a/packages/upscalerjs/package.json b/packages/upscalerjs/package.json index 43a04226c..49cd08215 100644 --- a/packages/upscalerjs/package.json +++ b/packages/upscalerjs/package.json @@ -48,7 +48,7 @@ "build": "pnpm build:dependencies && pnpm build:only && pnpm validate", "build:only": "pnpm build:node-gpu && pnpm build:node && pnpm build:browser", "build:browser": "pnpm cli build upscaler browser -o esm -o umd", - "build:node": "pnpm cli build upcaler node -o cjs", + "build:node": "pnpm cli build upscaler node -o cjs", "build:node-gpu": "pnpm cli build upscaler node-gpu -o cjs", "build:dependencies": "pnpm --filter @upscalerjs/core --filter @upscalerjs/default-model build", "scaffold": "pnpm cli scaffold upscaler",