Browse Source

Super important documentation fix

Ryan Linton 5 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,7 +35,7 @@ class MyWebComponent extends Component {
35 35
   render () {
36 36
     return (
37 37
       <WebView
38
-        src={{uri: "https://infinite.red/react-native"}}
38
+        source={{uri: "https://infinite.red/react-native"}}
39 39
         style={{marginTop: 20}}
40 40
       />
41 41
     )