Skip to content

Commit

Permalink
docs: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 22, 2023
1 parent 0a56988 commit 13151f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ avoid hoisting issues.

You can install via `import`.

```sh
touch mod.ts
edit mod.ts
```

mod.ts:
in your code:

```ts
/**
Expand Down Expand Up @@ -96,6 +91,8 @@ bun install @intlify/utils

### 🌍 Browser

in your HTML:

```html
<script type="module">
/**
Expand Down

0 comments on commit 13151f9

Please sign in to comment.