Skip to content

Commit 554e4dc

Browse files
committed
Update README.md
1 parent f229b3a commit 554e4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let img = myCld.image('sample');
6565
export default function App() {
6666
return (
6767
<View style={styles.container}>
68-
<AdvancedImage cldImg={createMyImage()} style={{width:300, height:200}}/>
68+
<AdvancedImage cldImg={img} style={{width:300, height:200}}/>
6969
</View>
7070
);
7171
};

0 commit comments

Comments
 (0)