Merge pull request #1070 from wing328/objc_readme_update

[Objc] minor wording change for readme based on feedback from developers
This commit is contained in:
wing328 2015-08-16 14:59:27 +08:00
commit 97580a8c45

View File

@ -12,6 +12,10 @@ To install it, put the API client library in your project and then simply add th
pod "{{podName}}", :path => "/path/to/lib" pod "{{podName}}", :path => "/path/to/lib"
``` ```
## Recommendation
It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.
## Author ## Author
{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}} {{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}}