Skip to content

Commit df6d6eb

Browse files
[Search] Add link to samples at the top of README (Azure#24171)
Remove version from 'add package' command
1 parent 49ef030 commit df6d6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/search/Azure.Search.Documents/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use the Azure.Search.Documents client library to:
3434
* Create and manage analyzers for advanced text analysis or multi-lingual content.
3535
* Optimize results through scoring profiles to factor in business logic or freshness.
3636

37-
[Source code][source] | [Package (NuGet)][package] | [API reference documentation][docs] | [REST API documentation][rest_docs] | [Product documentation][product_docs]
37+
[Source code][source] | [Package (NuGet)][package] | [API reference documentation][docs] | [REST API documentation][rest_docs] | [Product documentation][product_docs] | [Samples][samples]
3838

3939
## Getting started
4040

@@ -43,7 +43,7 @@ Use the Azure.Search.Documents client library to:
4343
Install the Azure Cognitive Search client library for .NET with [NuGet][nuget]:
4444

4545
```dotnetcli
46-
dotnet add package Azure.Search.Documents --version 11.2.0-beta.1
46+
dotnet add package Azure.Search.Documents
4747
```
4848

4949
### Prerequisites

0 commit comments

Comments
 (0)