Skip to content

Commit

Permalink
fix: increase typescript mention visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benmneb committed Jun 18, 2022
1 parent f435d1d commit 873982a
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 @@ -32,6 +32,8 @@ or
yarn add mui-image
```

Using TypeScript? Also add [`@types/mui-image`](https://www.npmjs.com/package/@types/mui-image) 🥳

### 2. Use

```
Expand All @@ -50,8 +52,6 @@ import { Image } from 'mui-image'

_Note: Profits not guaranteed and MUI v5 is a peer dependency. If you need to support legacy versions of Material-UI, use [`material-ui-image`](https://github.com/TeamWertarbyte/material-ui-image) instead. See the [comparison chart](#comparison-with-similar-components) below for more._

#### _Using Typescript? You can now add [`@types/mui-image`](https://www.npmjs.com/package/@types/mui-image) for full support_ 🥳

## Usage Examples

You can use `mui-image` like a regular image.
Expand Down

0 comments on commit 873982a

Please sign in to comment.