Skip to content

Commit

Permalink
Merge pull request #192 from BinaryKits/YipingRuan-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
YipingRuan authored Sep 18, 2023
2 parents 1353cae + 7cdbc11 commit 3f4df76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ This module is our own implementation of a viewer. It converts the ZPL data into

## How can I use it?

The packages are available via [![NuGet](https://img.shields.io/nuget/v/BinaryKits.Zpl.Label.svg?label=NuGet)](https://www.nuget.org/packages/BinaryKits.Zpl.Label)

| Package Manager | .NET CLI |
| ------------- | ------------- |
| ``` PM> install-package BinaryKits.Zpl.Label ``` | ``` > dotnet add package BinaryKits.Zpl.Label ``` |
| ``` PM> install-package BinaryKits.Zpl.Labelary ``` | ``` > dotnet add package BinaryKits.Zpl.Labelary ``` |
| ``` PM> install-package BinaryKits.Zpl.Viewer ``` | ``` > dotnet add package BinaryKits.Zpl.Viewer ``` |
| ``` PM> install-package BinaryKits.Zpl.Protocol ``` | ``` > dotnet add package BinaryKits.Zpl.Protocol ``` |
The packages are available via:

| Package Manager | .NET CLI | |
| ------------- | ------------- | ------------- |
| ``` PM> install-package BinaryKits.Zpl.Label ``` | ``` > dotnet add package BinaryKits.Zpl.Label ``` | [![NuGet](https://img.shields.io/nuget/v/BinaryKits.Zpl.Label.svg?label=NuGet)](https://www.nuget.org/packages/BinaryKits.Zpl.Label) |
| ``` PM> install-package BinaryKits.Zpl.Labelary ``` | ``` > dotnet add package BinaryKits.Zpl.Labelary ``` | [![NuGet](https://img.shields.io/nuget/v/BinaryKits.Zpl.Labelary.svg?label=NuGet)](https://www.nuget.org/packages/BinaryKits.Zpl.Labelary) |
| ``` PM> install-package BinaryKits.Zpl.Viewer ``` | ``` > dotnet add package BinaryKits.Zpl.Viewer ``` | [![NuGet](https://img.shields.io/nuget/v/BinaryKits.Zpl.Viewer.svg?label=NuGet)](https://www.nuget.org/packages/BinaryKits.Zpl.Viewer) |
| ``` PM> install-package BinaryKits.Zpl.Protocol ``` | ``` > dotnet add package BinaryKits.Zpl.Protocol ``` | [![NuGet](https://img.shields.io/nuget/v/BinaryKits.Zpl.Protocol.svg?label=NuGet)](https://www.nuget.org/packages/BinaryKits.Zpl.Protocol) |

## Supported Elements

Expand Down

0 comments on commit 3f4df76

Please sign in to comment.