diff --git a/README.md b/README.md index acb199f2..20aaf30d 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ With the `uid`, you can check the status (`enqueued`, `canceled`, `processing`, #### Basic Search ```c# -# Meilisearch is typo-tolerant: +//Meilisearch is typo-tolerant: SearchResult movies = await index.SearchAsync("philadalphia"); foreach(var prop in movies.Hits) { Console.WriteLine (prop.Title);