Skip to content

Commit 376219a

Browse files
better align prereleases section with that of the aws package
1 parent d5a263f commit 376219a

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@ The repository contains two directories:
2121

2222
You can simply install the package from npm as specified in the [OpenNext documentation](https://opennext.js.org/cloudflare/get-started).
2323

24-
> [!note]
25-
> There are also prerelease packages that we automatically publish on branch pushes (using [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new)):
26-
>
27-
> - `https://pkg.pr.new/@opennextjs/cloudflare@main`:
28-
>
29-
> Updated with every push to the `main` branch, this prerelease contains the most up to date yet (reasonably) stable version of the package.
30-
>
31-
> - `https://pkg.pr.new/@opennextjs/cloudflare@experimental`
32-
>
33-
> Updated with every push to the `experimental` branch (when present), this prerelease contains the latest experimental version of the package (containing features
34-
> that we want to test/experiment on before committing to).
35-
>
36-
> Which you can simply install directly with your package manager of choice, for example: `npm i https://pkg.pr.new/@opennextjs/cloudflare@experimental`
24+
#### Preleases
25+
26+
Besides the standard npm releases we also automatically publish prerelease packages on branch pushes (using [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new)):
27+
28+
- `https://pkg.pr.new/@opennextjs/cloudflare@main`:
29+
Updated with every push to the `main` branch, this prerelease contains the most up to date yet (reasonably) stable version of the package.
30+
- `https://pkg.pr.new/@opennextjs/cloudflare@experimental`
31+
Updated with every push to the `experimental` branch, this prerelease contains the latest experimental version of the package (containing features that we want to test/experiment on before committing to).
32+
33+
Which you can simply install directly with your package manager of choice, for example:
34+
35+
```bash
36+
npm i https://pkg.pr.new/@opennextjs/cloudflare@main
37+
```
3738

3839
### How to develop in the repository
3940

0 commit comments

Comments
 (0)