From 2ba5f553142f47814438683777d9c9a0b889af78 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 27 Jul 2023 18:14:14 +0200 Subject: [PATCH] finalize --- .github/workflows/ci.yml | 1 - README.md | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04d539d..1426d89b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - chore/nightly pull_request: branches: - main diff --git a/README.md b/README.md index 04ddf357..31579ee7 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,9 @@ pnpm add h3
Using Nightly Releases -### Nightly Releases - You can try latest changes of h3 landing to the `main` branch by using [`h3-nightly`](https://www.npmjs.com/package/h3-nightly) package. -You can directly swap from `h3` to `h3-nightly` for both dependency and package, or use `resolutions` field in `package.json` to alias: (Hightly recommanded): +You can directly swap from `h3` to `h3-nightly` for both dependency and imports, or use `resolutions` feature in `package.json` (recommanded): ```json {