Fix spelling mistake in readme

This commit is contained in:
Starbeamrainbowlabs 2017-02-03 06:44:23 +00:00
parent 711e86f918
commit 66195d2af3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ A combination of a C# server and an arduino program that allows the control of a
### For Multicast networkinterface blog post ### For Multicast networkinterface blog post
- [NetworkInterface class](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface(v=vs.110).aspx) - [NetworkInterface class](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface(v=vs.110).aspx)
- [Sockoverflow answer](http://stackoverflow.com/questions/2192548/specifying-what-network-interface-an-udp-multicast-should-go-to-in-net) - [Stackoverflow answer](http://stackoverflow.com/questions/2192548/specifying-what-network-interface-an-udp-multicast-should-go-to-in-net)
- [IPv4InterfaceProperties](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.ipv4interfaceproperties(v=vs.110).aspx) - [IPv4InterfaceProperties](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.ipv4interfaceproperties(v=vs.110).aspx)
### Bits and Bobs ### Bits and Bobs