Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 7, 2024
1 parent 3b4c469 commit 10a8941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ version:
```bash
# Deno
deno add @cross/utils

# Node
npx jsr add @cross/utils

# Bun
bunx jsr add @cross/utils
```
Expand All @@ -25,7 +27,7 @@ bunx jsr add @cross/utils

### Exit

```
```js
import { exit } from "@cross/utils";

console.log("Will show");
Expand Down

0 comments on commit 10a8941

Please sign in to comment.