diff --git a/README.md b/README.md index bc06e87..a6a600f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ AppRegistry.registerComponent('routerTest', () => TwitterApp); Configurations -------------- -The **``** object used to initialize the navigation can take the following props: +The **``** object used to initialize the navigation can take the following props: - `firstRoute` (required): A React class corresponding to the first page of your navigation - `headerStyle`: Apply a StyleSheet to the navigation bar. You'll probably want to change the backgroundColor for example. - `titleStyle`: Apply a StyleSheet to the navigation bar titles. Useful for changing the font or text color.