diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md
index e4fa55e7f..57d1b3b99 100644
--- a/docs/IntegrationWithExistingApps.md
+++ b/docs/IntegrationWithExistingApps.md
@@ -379,10 +379,10 @@ We will, for debugging purposes, log that the event handler was invoked. Then, w
-First `import` the `RCTRootView` library.
+First `import` the `RCTRootView` header.
```
-#import "RCTRootView.h"
+#import
```
> The `initialProperties` are here for illustration purposes so we have some data for our high score screen. In our React Native component, we will use `this.props` to get access to that data.