Skip to content

Commit

Permalink
readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
BenL committed Mar 7, 2016
1 parent d89744a commit 492e257
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 @@ -51,7 +51,7 @@ _feedbackController.delegate = self;
```objc
_feedbackController = [[SMFeedbackViewController alloc] initWithSurvey:{SAMPLE_SURVEY_HASH} andCustomVariables:{SAMPLE_CUSTOM_VARIABLES_DICTIONARY}];
```
5. **Important**: If your app supports iOS 9, you must add the following lines to your app's .plist file:
5. If your app supports iOS 9, you must add the following lines to your app's .plist file:
```html
<key>NSAppTransportSecurity</key>
<dict>
Expand Down

0 comments on commit 492e257

Please sign in to comment.