From eea6f10f3ddc2e836a382521f618eb08d0f3735e Mon Sep 17 00:00:00 2001 From: Mike Fowler Date: Tue, 2 Feb 2016 14:33:11 -0800 Subject: [PATCH] Update README.md Correct the name of referenced `initialRouteStack` prop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd7900..c3d356d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Github user [Thorenandresen](https://github.com/Thorbenandresen) has two very si ## Usage -ExNavigator's component API looks very similar to Navigator's. You specify a `routeStack` and/or `initialRoute`, along with some styles. ExNavigator will render the navigation bar for you and accepts some props to style its contents. See `ExNavigator.propTypes` for the list of accepted props. +ExNavigator's component API looks very similar to Navigator's. You specify a `initialRouteStack` and/or `initialRoute`, along with some styles. ExNavigator will render the navigation bar for you and accepts some props to style its contents. See `ExNavigator.propTypes` for the list of accepted props. **You must use JavaScript's `import` keyword to import ExNavigator. Do not use `require()`.**