Skip to content

Commit

Permalink
docs: update readme to use beta tag for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 17, 2024
1 parent a9555d2 commit 30617de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ As you can see in the following screenshots, the Youch output deconstructs the e
Install the package from the npm packages registry as follows.

```sh
npm i youch
npm i youch@beta

# Yarn
yarn add youch
yarn add youch@beta

# Pnpm
pnpm add youch
pnpm add youch@beta
```

Once installed. You can render errors to HTML output using the `youch.render` method. The HTML output is self-contained and does not require separate CSS or JavaScript files.
Expand Down

0 comments on commit 30617de

Please sign in to comment.