Skip to content

Commit

Permalink
fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Aug 14, 2014
1 parent 21e04ea commit 8851052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FGTranslator *translator = [[FGTranslator alloc] initWithGoogleAPIKey:@"your_goo

1. Add a pod entry for FGTranslator to your Podfile `pod 'FGTranslator', '~> 0.9'`
2. Install the pod(s) by running `pod install`.
3. Include FGTranslator wherever you need it with `#import "FGTranslator.h"`.
3. Include FGTranslator wherever you need it with `#import <FGTranslator.h>`.

### Source files

Expand Down

0 comments on commit 8851052

Please sign in to comment.