Skip to content

Commit

Permalink
Update starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 20, 2024
1 parent fb395c3 commit 47c6b2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescrip
Install the package using your favorite package manager:

```shell
npm i -D @rescript/webapi@experimental
npm i @rescript/webapi@experimental
```

and add `@rescript/webapi` to your `rescript.json`:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Install the package using your favorite package manager:
<Code
lang="shell"
frame="none"
code="npm i -D @rescript/webapi@experimental"
code="npm i @rescript/webapi@experimental"
/>
</TabItem>
<TabItem label="bun">
<Code
lang="shell"
frame="none"
code="bun i -D @rescript/webapi@experimental"
code="bun i @rescript/webapi@experimental"
/>
</TabItem>
</Tabs>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47c6b2c

Please sign in to comment.