From 7cdbc11333689e198e384d04ba5f6c5bd8c1712f Mon Sep 17 00:00:00 2001 From: Yiping Date: Mon, 18 Sep 2023 14:15:42 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eadd4d0d..8f1dc98d 100644 --- a/README.md +++ b/README.md @@ -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