Skip to content

Commit f276b84

Browse files
committed
Updated build files
1 parent 2f1a92b commit f276b84

File tree

2 files changed

+2
-2
lines changed
  • src/sockets

2 files changed

+2
-2
lines changed

src/sockets/Bytewizer.TinyCLR.Sockets.TcpClient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Provides simple methods for connecting, sending, and receiving stream data over
55
## TinyCLR Packages
66
Install release package from [NuGet](https://www.nuget.org/packages?q=bytewizer.tinyclr) or using the Package Manager Console :
77
```powershell
8-
PM> Install-Package Bytewizer.TinyCLR.TcpClient
8+
PM> Install-Package Bytewizer.TinyCLR.Sockets.TcpClient
99
```

src/sockets/Bytewizer.TinyCLR.Sockets.UdpClient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Provides simple methods for connecting, sending, and receiving stream data over
55
## TinyCLR Packages
66
Install release package from [NuGet](https://www.nuget.org/packages?q=bytewizer.tinyclr) or using the Package Manager Console :
77
```powershell
8-
PM> Install-Package Bytewizer.TinyCLR.UdpClient
8+
PM> Install-Package Bytewizer.TinyCLR.Sockets.UdpClient
99
```

0 commit comments

Comments
 (0)