diff --git a/README.md b/README.md index 7354cb9..7c5cbf8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ > What's ESR? Think of SSR (Server Side Rendering) in CDN nodes instead of actual servers. This is possible today thanks to [Cloudflare Workers](https://workers.cloudflare.com/) (and maybe some other platforms in the near future). +Even though running it at the edge is ideal, it is actually compatible with any Node environment. + See a demo [here](https://vitedge.zable.workers.dev/). Full code example [here](./example). **Current status:** Dev, build and edge caching work. Needs typings and improving Commonjs <> ESM compatibility. diff --git a/core/package.json b/core/package.json index e002bb4..300f165 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "vitedge", - "version": "0.1.0", - "description": "Vite for edge-side-rendering in Cloudflare Workers", + "version": "0.2.0", + "description": "Vite for edge side rendering", "main": "./entry-server.js", "type": "module", "repository": {