diff --git a/README.md b/README.md
index e0f9039..dd70b6e 100644
--- a/README.md
+++ b/README.md
@@ -11,17 +11,25 @@
- framer-motion replaces react-waypoint
```sh
-bun add github:noahehall/react-idealer-image
+bun add \
+ github:noahehall/react-idealer-image \
+ framer-motion \
+ react \
+ react-dom
```
```ts
import { IdealImage } from "react-idealer-image";
const App = () => (
+ /** check the component source for the full api */
);
diff --git a/src/Media.tsx b/src/Media.tsx
index aa44873..7fb5646 100644
--- a/src/Media.tsx
+++ b/src/Media.tsx
@@ -83,7 +83,7 @@ export const Media: FC = ({
}, [onDimensions]);
return (
-