You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,7 @@ To setup your project, follow these steps:
78
78
79
79
80
80
81
-
1. Add a dependency on AlgoliaSearch-Client-Swift:
82
-
- Cocoapods: add `pod 'AlgoliaSearch-Client-Swift', '~> 3.0'` to your `Podfile`.
83
-
- Carthage: add `github "algolia/algoliasearch-client-swift"` to your `Cartfile`.
81
+
1. Add `pod 'AlgoliaSearch-Client-Swift', '~> 3.0'` to your Podfile. (We only support Cocoapods so far.)
84
82
2. Add `import AlgoliaSearch` to your source files.
85
83
3. Initialize the client with your application ID and API key (you can find them on [your Algolia Dashboard](https://www.algolia.com/api-keys)):
86
84
@@ -964,7 +962,7 @@ You can use the following optional arguments:
964
962
</div>
965
963
</td>
966
964
<td class='client-readme-param-content'>
967
-
<p>String used as an ellipsis indicator when a snippet is truncated (defaults to empty).</p>
965
+
<p>String used as an ellipsis indicator when a snippet is truncated. Defaults to an empty string for all accounts created before 10/2/2016, and to <code>…</code> (UTF-8 U+2026) for accounts created after that date.</p>
0 commit comments