Browse Source

Super important documentation fix

Ryan Linton 6 years ago
parent
commit
4f36d3f615
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

35
   render () {
35
   render () {
36
     return (
36
     return (
37
       <WebView
37
       <WebView
38
-        src={{uri: "https://infinite.red/react-native"}}
38
+        source={{uri: "https://infinite.red/react-native"}}
39
         style={{marginTop: 20}}
39
         style={{marginTop: 20}}
40
       />
40
       />
41
     )
41
     )