Skip to content

Commit

Permalink
polish: add a banner on the readme ref: w1 / w2
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed May 9, 2022
1 parent 692ddc4 commit 1b5f1bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## ⛅️ wrangler

> This package is for wrangler v2.x, released first in May 2022. If you're looking for v1.x of the `@cloudflare/wrangler` package, visit https://www.npmjs.com/package/@cloudflare/wrangler / https://github.com/cloudflare/wrangler.
`wrangler` is a command line tool for building [Cloudflare Workers](https://workers.cloudflare.com/).

## Quick Start
Expand All @@ -22,7 +24,7 @@ npx wrangler init my-worker
# try it out
cd my-worker && npm run start
# and then publish it
npx wrangler publish
npm run publish
```

## Installation:
Expand Down
4 changes: 3 additions & 1 deletion packages/wrangler/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## ⛅️ wrangler

> This package is for wrangler v2.x, released first in May 2022. If you're looking for v1.x of the `@cloudflare/wrangler` package, visit https://www.npmjs.com/package/@cloudflare/wrangler / https://github.com/cloudflare/wrangler.
`wrangler` is a command line tool for building [Cloudflare Workers](https://workers.cloudflare.com/).

## Quick Start
Expand All @@ -22,7 +24,7 @@ npx wrangler init my-worker
# try it out
cd my-worker && npm run start
# and then publish it
npx wrangler publish
npm run publish
```

## Installation:
Expand Down

0 comments on commit 1b5f1bd

Please sign in to comment.