diff --git a/README.md b/README.md index 58c19ae..861fec9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Now, when you click on "Next page please!", it will go to the next page (which i 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.