From 85d51b275ce44c0a27f9ec389d39122dcefd270b Mon Sep 17 00:00:00 2001 From: nuzulul Date: Fri, 26 Jan 2024 23:33:09 +0700 Subject: [PATCH] doc : improve doc --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef5290..f19ae1f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm start ### Deploy -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuzulul%2Fopencors&project-name=opencors&repository-name=opencors) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuzulul%2Fopencors&project-name=corsproxy&repository-name=corsproxy) ## Demo diff --git a/package.json b/package.json index c273f45..305b9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencors", - "version": "1.0.3", + "version": "1.0.4", "description": "OpenCORS is a simple NodeJS based CORS Proxy", "main": "dist/cjs/opencors.js", "module": "dist/mjs/opencors.js",