diff --git a/docs/guides/Guide-Intro.md b/docs/guides/Guide-Intro.md index a2b6002..103cff9 100644 --- a/docs/guides/Guide-Intro.md +++ b/docs/guides/Guide-Intro.md @@ -47,7 +47,7 @@ class HomeScreen extends React.Component { title: 'Welcome', }; render() { - return Hello, World!; + return Hello, Navigation!; } }