Skip to content

Commit

Permalink
fix: wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 7, 2024
1 parent 2fca408 commit 99ddd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/embedding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The easiest way to accomplish this is to use the [saucer-cli](https://github.com

### Recommended Usage

We recommend to use `saucer-cli` within your `package.json` build script.
We recommend to use the saucer-cli within your `package.json` build script.

Simply add `saucer-cli` as a dependency _(i.e. `pnpm install saucer-cli`)_ and then conduct the following changes:
Simply add `saucer-app` as a dependency _(i.e. `pnpm install saucer-app`)_ and then conduct the following changes:

```json
{
Expand Down

0 comments on commit 99ddd9a

Please sign in to comment.