Skip to content

Commit 2035dee

Browse files
EthanRMpdreamz
authored andcommitted
Fix typo in readme.md - Candidate for smallest pull request (#4200)
Fix typo in readme.md - Candidate for smallest pull request
1 parent 593d871 commit 2035dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ var response = client.LowLevel.Search<SearchResponse<Tweet>>("myindex", PostData
253253

254254
A low-level, dependency free client that has no opinions how you build and represent your requests and responses.
255255

256-
It provides a one-to-one mapping with the Elasticsearch REST API. The client is almost completely generated from the official REST API specification, which makes is easy to keep up-to-date. The client also has support for load balancing and cluster failover and all client method calls have both synchronous and asynchronous variants
256+
It provides a one-to-one mapping with the Elasticsearch REST API. The client is almost completely generated from the official REST API specification, which makes it easy to keep up-to-date. The client also has support for load balancing and cluster failover and all client method calls have both synchronous and asynchronous variants
257257

258258
### Installing
259259

0 commit comments

Comments
 (0)