Skip to content

Commit

Permalink
Spelling fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Jul 30, 2024
1 parent 02feebb commit 679df09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A library to provide an accessible API for working with Azure cognitive search.

## Getting Started

The dependencies can be used in isolation or registered as a whole under a single composition root. For example, you opt to use the GeoLocationClientProvider and create your own concrete geo-locatio service implementation, raher than using the default provided.
The dependencies can be used in isolation or registered as a whole under a single composition root. For example, you could opt to use the GeoLocationClientProvider and create your own concrete geo-location service implementation, rather than using the default provided.

### Prerequisites

In order to use the default search services it is possible to register all dependcies listed under the default composition root, in one registration, as follows:
In order to use the default search services it is possible to register all dependencies listed under the default composition root, in one registration, as follows:

```
builder.Services.AddDefaultCognitiveSearchServices(builder.Configuration);
Expand Down

0 comments on commit 679df09

Please sign in to comment.