Skip to content

Commit

Permalink
DOCS: Use correct prototype name for picture
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Jul 16, 2018
1 parent 92ed639 commit 15786f0
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 @@ -114,7 +114,7 @@ sources = Neos.Fusion:RawArray {
}
renderer = afx`
<Sitegeist.Kaleidoscope:Image imageSource={props.imageSource} sources={props.sources} />
<Sitegeist.Kaleidoscope:Picture imageSource={props.imageSource} sources={props.sources} />
`
```

Expand Down

0 comments on commit 15786f0

Please sign in to comment.