Skip to content

Commit

Permalink
Rename package (accidentally unpublished :c)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx committed May 24, 2022
1 parent 6bb82ec commit afa1065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ wrangler publish # or `npm run deploy`

You may use this worker's functionality as a package by installing and importing [`@kotx/render`](https://www.npmjs.com/package/@kotx/render):
```sh
npm install @kotx/render
npm install render2
```
Usage:
```js
import render from "@kotx/render";
import render from "render2";
render.fetch(req, env, ctx);
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kotx/render",
"name": "render2",
"version": "0.1.1",
"author": "kotx",
"description": "A Cloudflare worker for proxying readonly requests to Cloudflare R2",
Expand Down

0 comments on commit afa1065

Please sign in to comment.