Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 698e429

Browse files
algoliareadmebotPLNech
authored andcommitted
Update README (#110)
* docs(README): automatic update Update README Android [This list might not be relevant] [ci skip] * docs(README): automatic update Update README Android [This list might not be relevant] Fixed title indentations in the Extra section (renamed from Mocking) [ci skip] * docs(README): automatic update Update README Android [ci skip]
1 parent 17e3467 commit 698e429

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Algolia Search API Client for Android
44

5-
<!--/NO_HTML-->
5+
66

77

88
Note: If you were using **version 2.x** of our Android client, read the [migration guide to version 3.x](https://github.com/algolia/algoliasearch-client-android/wiki/Migration-guide-to-version-3.x).
@@ -11,11 +11,13 @@ Note: If you were using **version 2.x** of our Android client, read the [migrati
1111

1212

1313

14-
<!--NO_HTML-->
14+
15+
16+
1517

1618
[Algolia Search](https://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.
1719

18-
<!--/NO_HTML-->
20+
1921

2022
Our Android client lets you easily use the [Algolia Search API](https://www.algolia.com/doc/rest) from your Android application. It wraps the [Algolia Search REST API](https://www.algolia.com/doc/rest).
2123

@@ -27,10 +29,9 @@ Our Android client lets you easily use the [Algolia Search API](https://www.algo
2729

2830

2931

30-
<!--NO_HTML-->
3132

32-
Table of Contents
33-
-----------------
33+
## Table of Contents
34+
3435
**Getting Started**
3536

3637
1. [Setup](#setup)
@@ -88,12 +89,9 @@ Advanced
8889
1. [Get Logs](#get-logs---getlogs)
8990

9091

91-
<!--/NO_HTML-->
9292

93-
<!--NO_HTML-->
93+
## Guides & Tutorials
9494

95-
Guides & Tutorials
96-
================
9795
Check our [online guides](https://www.algolia.com/doc):
9896
* [Data Formatting](https://www.algolia.com/doc/indexing/formatting-your-data)
9997
* [Import and Synchronize data](https://www.algolia.com/doc/indexing/import-synchronize-data/android)
@@ -109,14 +107,15 @@ Check our [online guides](https://www.algolia.com/doc):
109107
* [REST API](https://www.algolia.com/doc/rest)
110108

111109

112-
<!--/NO_HTML-->
113110

114111

115112

116113

117114

118115

119116

117+
<!--/NO_HTML-->
118+
120119

121120

122121
## Getting Started
@@ -541,7 +540,7 @@ index.deleteByQueryAsync(query, null);
541540
542541
543542
544-
### Wait for an indexing operation - `waitTask`
543+
### Wait for operations - `waitTask`
545544
546545
All write operations in Algolia are asynchronous by design.
547546
@@ -1717,4 +1716,3 @@ The REST API lets your interact directly with Algolia platforms from anything th
17171716
17181717
17191718
1720-

0 commit comments

Comments
 (0)