diff --git a/content/quick-start.mdx b/content/quick-start.mdx index 7b35ae9..1b56bf7 100644 --- a/content/quick-start.mdx +++ b/content/quick-start.mdx @@ -18,8 +18,9 @@ Welcome to the Happy Coder quick start guide! This guide will help you get up an ### Install on Your Computer ```bash -npm install -g happy-coder +npm install -g happy ``` +> Migrated from the `happy-coder` package. Thanks to [@franciscop](https://github.com/franciscop) for donating the `happy` package name! Happy requires Node.js 18 or later (released April 19, 2022) because we use these features: - Top-level await (Node.js 14.8+)