From f344a0f12c6a967cd602c4959b0dacdfe014aa60 Mon Sep 17 00:00:00 2001 From: corytodd Date: Sat, 29 Apr 2017 17:38:35 -0700 Subject: [PATCH 1/3] Update README.md Correct copy/pasta error --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c74e351..8e301dc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ [![NuGet](https://img.shields.io/nuget/v/ThermalTalk.svg)](https://www.nuget.org/packages/ThermalTalk/) # ThermalTalk -Pyramid Technologis Thermal Printer API - -PyramidNETRS232 is available on NuGet +Pyramid Technologis Thermal Printer API is available on NuGet Install-Package ThermalTalk @@ -18,4 +16,4 @@ Please read [CONTRIBUTING.md]() ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details From 5f9ad14aa12ab75e3a9cc098e8bd89a21be4eda4 Mon Sep 17 00:00:00 2001 From: corytodd Date: Sat, 29 Apr 2017 17:39:57 -0700 Subject: [PATCH 2/3] Update README.md Fix license link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e301dc..489f956 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Please read [CONTRIBUTING.md]() ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details From 733b23e2a4c8d4d82b97d2a22e8a8debcd1e5ecf Mon Sep 17 00:00:00 2001 From: corytodd Date: Sat, 29 Apr 2017 17:40:38 -0700 Subject: [PATCH 3/3] Update README.md Fix contrib link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489f956..2ac8adc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pyramid Technologis Thermal Printer API is available on NuGet ## Contributing -Please read [CONTRIBUTING.md]() +Please read [CONTRIBUTING.md](CONTRIBUTING.md) ## License