From efc724f082f94402f950aac619752f2c59b609fc Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Sun, 31 Jul 2022 20:24:05 +0900 Subject: [PATCH] Fix Vercel link (#1188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32197b61b..7a1e8f684 100644 --- a/README.md +++ b/README.md @@ -418,5 +418,5 @@ The command does the following: - Runs the `postversion` npm script in [package.json](package.json), which: - Pushes the tag to GitHub - Publishes the npm release - - Deploys to [Now](https://now.sh) + - Deploys to [Vercel](https://vercel.com) - Opens the GitHub releases page so you can publish the release notes