diff --git a/README.md b/README.md
index 601ec7a..465ed67 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,6 @@
Demo Playground ↗️
-
### If you're already using [Material-UI v5](https://mui.com), why not display your images according to the Material guidelines too?
@@ -34,7 +33,13 @@ or
### 2. Use
```
-import Image from 'mui-image' || import { Image } from 'mui-image'
+import Image from 'mui-image'
+
+// or
+
+import { Image } from 'mui-image'
+
+// then
```
@@ -162,8 +167,6 @@ Any other props (eg. `sx`, `onLoad`) are passed directly to the native `img` ele
| Optional shift animation | ✅ | ❌ |
| Supports legacy MUI versions | ❌ | ✅ |
----
-
## License
© [benmneb](https://github.com/benmneb)