Skip to content

Commit c28661f

Browse files
authored
Remove prerelease switch from NuGet instructions in README (#235)
1 parent e4af169 commit c28661f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To call the OpenAI REST API, you will need an API key. To obtain one, first [cre
4141
Add the client library to your .NET project with [NuGet](https://www.nuget.org/) using your IDE or the dotnet CLI:
4242

4343
```cli
44-
dotnet add package OpenAI --prerelease
44+
dotnet add package OpenAI
4545
```
4646

4747
Note that the code examples included below were written using [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0). The OpenAI .NET library is compatible with all .NET Standard 2.0 applications, but the syntax used in some of the code examples in this document may depend on newer language features.

0 commit comments

Comments
 (0)