Skip to content

Commit 82347d4

Browse files
Update search-howto-aad.md - fix "Nuget"
1 parent fb90484 commit 82347d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following instructions reference an existing C# sample to demonstrate the co
162162
163163
The sample currently uses key-based authentication and the `AzureKeyCredential` to create the `SearchClient` and `SearchIndexClient` but you can make a small change to switch over to role-based authentication.
164164
165-
1. Update the Azure.Search.Documents Nuget package to version 11.4 or later.
165+
1. Update the Azure.Search.Documents NuGet package to version 11.4 or later.
166166
167167
1. Import the [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/) library to get access to other authentication techniques.
168168

0 commit comments

Comments
 (0)