Skip to content

Commit 5cb133d

Browse files
Update Read Me
1 parent 0a47aff commit 5cb133d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ To setup your project, follow these steps:
7878

7979

8080

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.)
8482
2. Add `import AlgoliaSearch` to your source files.
8583
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)):
8684

@@ -964,7 +962,7 @@ You can use the following optional arguments:
964962
</div>
965963
</td>
966964
<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>
968966

969967
</td>
970968
</tr>

0 commit comments

Comments
 (0)