Skip to content

Commit

Permalink
Chore(docs): need to finish documenting core props
Browse files Browse the repository at this point in the history
  • Loading branch information
noahehall committed Jun 6, 2023
1 parent e661536 commit 6dc0c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%"}
Expand Down

0 comments on commit 6dc0c58

Please sign in to comment.