From ba181b8206e97a8f0c1621ec92efc9266cdb09a0 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 3 Mar 2012 21:36:38 +0330 Subject: [PATCH] Modifying README.md --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b7005a3..228e753 100755 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ obj/ [Rr]elease*/ _ReSharper*/ [Tt]est[Rr]esult* -*.testsettings \ No newline at end of file +*.testsettings +PInvokeSerialPort.nupkg \ No newline at end of file diff --git a/README.md b/README.md index d309b83..0e2bc58 100755 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ I am trying to make this library more similar with System.IO.Ports.SerialPort. It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices) -For having this library, you can download PInvokeSerialPort.dll or just simple download it from nuget :) +For having this library, you can download PInvokeSerialPort.dll or just simply download it from nuget (https://nuget.org/packages/PInvokeSerialPort) :)