Skip to content

Commit

Permalink
Merge pull request #1 from KoichiKiyokawa/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Dec 22, 2023
2 parents 8a86fb9 + 6b8fb27 commit 6979a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Visit our [official documentation](https://react-twc.vercel.app).

## Usage

**Without `tsc`:**
**Without `twc`:**

```tsx
import * as React from "react";
Expand All @@ -43,7 +43,7 @@ const Card = React.forwardRef<
));
```

**With `tsc`:**
**With `twc`:**

```tsx
import { twc } from "react-twc";
Expand Down

0 comments on commit 6979a5b

Please sign in to comment.