Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavophilip committed Jan 3, 2024
1 parent 8c6bab1 commit a626ebf
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 @@ -48,7 +48,7 @@ const MyComponent = () => {
const time = useRef();

return (
<FragmentShader prelude={[circle, stroke, fbm]} width={600} height={600}>
<FragmentShader width={600} height={600}>
<Output type={"vec4"} id={"fragColor"} ref={color}/>

<Input
Expand Down

0 comments on commit a626ebf

Please sign in to comment.