Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jan 27, 2025
1 parent 76b5ecd commit 174d4a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/libwsk/blob/master/LICENSE)
![Windows](https://img.shields.io/badge/Windows-7+-orange.svg)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2022-purple.svg)
[![Downloads](https://img.shields.io/nuget/dt/libwsk?logo=NuGet&logoColor=blue)](https://www.nuget.org/packages/Musa.libwsk/)
[![Downloads](https://img.shields.io/nuget/dt/Musa.libwsk?logo=NuGet&logoColor=blue)](https://www.nuget.org/packages/Musa.libwsk/)

* [简体中文](README.zh-cn.md)
* [简体中文](README.zh-CN.md)

## About

Expand All @@ -17,7 +17,7 @@ libwsk is a wrapper for the [WSK (Winsock-Kernel)](https://docs.microsoft.com/en
### Windows 10 or higher

Right click on the project, select "Manage NuGet Packages".
Search for `Musa.Veil`, choose the version that suits you, and then click "Install".
Search for `Musa.libwsk`, choose the version that suits you, and then click "Install".

### Windows 7

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/libwsk/blob/master/LICENSE)
![Windows](https://img.shields.io/badge/Windows-7+-orange.svg)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2022-purple.svg)
[![Downloads](https://img.shields.io/nuget/dt/libwsk?logo=NuGet&logoColor=blue)](https://www.nuget.org/packages/Musa.libwsk/)
[![Downloads](https://img.shields.io/nuget/dt/Musa.libwsk?logo=NuGet&logoColor=blue)](https://www.nuget.org/packages/Musa.libwsk/)

* [英文](README.md)

Expand All @@ -16,7 +16,7 @@ libwsk 是对 WSK [(Winsock-Kernel)](https://docs.microsoft.com/en-us/windows-ha

### Windows 10 or higher

右键单击该项目并选择“管理 NuGet 包”,然后搜索`Musa.Veil`并选择适合你的版本,最后单击“安装”。
右键单击该项目并选择“管理 NuGet 包”,然后搜索`Musa.libwsk`并选择适合你的版本,最后单击“安装”。

### Windows 7

Expand Down
1 change: 1 addition & 0 deletions libwsk.NuGet/Musa.libwsk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<file src=".\Musa.libwsk.props" target="build\native\" />
<file src=".\config\**" target="build\native\config\" />
<file src="..\Publish\**" target="build\native\" />
<file src="..\LICENSE" target="build\native\" />
<file src="..\README.md" target="build\native\" />
</files>
</package>

0 comments on commit 174d4a5

Please sign in to comment.