docs: update readme file.

This commit is contained in:
Yaohui Liu 2023-05-11 20:30:36 +08:00
parent a9a5bbdbd3
commit f0ced45101
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ both Windows and Linux and does NOT require compiling the library yourself.
## Installation
Just search `LLama` in nuget package manager and install it!
Just search `LLamaSharp` in nuget package manager and install it!
```
PM> Install-Package LLama
PM> Install-Package LLamaSharp
```
## Usages