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

Commit 92156f8

Browse files
algoliareadmebotPLNech
authored andcommitted
Update README [skip ci] (#381)
1 parent b0d9944 commit 92156f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,8 @@ You can find both of them on [your Algolia account](https://www.algolia.com/api-
7171

7272
```java
7373
Client client = new Client("YOUR_APP_ID", "YOUR_API_KEY");
74-
``````csharp
75-
using Algolia.Search;
76-
77-
AlgoliaClient client = new AlgoliaClient("YourApplicationID", "YourAPIKey");
7874
```
7975

80-
**Note:** **Note**: If you're using Algolia in an ASP.NET project you might experience some deadlocks while using our asynchronous API. You can fix it by calling the following method:
81-
8276
### Push data
8377

8478
Without any prior configuration, you can start indexing contacts in the ```contacts``` index using the following code:

0 commit comments

Comments
 (0)