From 6dc0c58467aa25ee3f924226de6c8d01a22397b8 Mon Sep 17 00:00:00 2001 From: poop Date: Mon, 5 Jun 2023 19:30:47 -0500 Subject: [PATCH] Chore(docs): need to finish documenting core props --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd70b6e..2130a15 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ const App = () => ( /* see framer-motion docs */ /* motionProps={} */ alt="ideal image" - // you should also add specific width & height set to numbers + // you could include specific width & height set to numbers srcSet={[{ src: "some/image.webp" }]} // prefer passing width && height set to numbers width={"100%"}