From eecdd8828497b99522fbd5a208992a4ad46f8f75 Mon Sep 17 00:00:00 2001 From: springuper Date: Mon, 2 Nov 2015 15:54:11 +0800 Subject: [PATCH] fix missing comma --- docs/EmbeddedAppIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EmbeddedAppIOS.md b/docs/EmbeddedAppIOS.md index 4ad7cc65b..f33eae803 100644 --- a/docs/EmbeddedAppIOS.md +++ b/docs/EmbeddedAppIOS.md @@ -28,7 +28,7 @@ When you are ready to work with CocoaPods, add the following lines to `Podfile`. pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'RCTImage', - 'RCTNetwork' + 'RCTNetwork', 'RCTText', 'RCTWebSocket', # Add any other subspecs you want to use in your project