From ab76343ef7f9211eab2791376727b1087e3f02a4 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 18 Jun 2016 11:14:11 -0700 Subject: [PATCH] fix spelling mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aeea706..df6918a3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ First, `cd` to your RN project directory, and install RNMK through [rnpm](https: #### Using rnpm `rnpm install react-native-material-kit` -#### Manualy +#### Manually 1. Add `node_modules/react-native-material-kit/iOS/RCTMaterialKit.xcodeproj` to your xcode project, usually under the `Libraries` group 1. Add `libRCTMaterialKit.a` (from `Products` under `RCTMaterialKit.xcodeproj`) to build target's `Linked Frameworks and Libraries` list