aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorVega Deftwing <[email protected]>2024-04-11 19:45:38 +0000
committerVega Deftwing <[email protected]>2024-04-11 19:45:38 +0000
commit9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (patch)
treebabd8bcdabe0bc5ab595dde38672695f9e08f692 /embassy-net
parentf5f776f8157eca01cc4f3560807343889d8dcaef (diff)
Fix spelling and white space mistakes
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md
index 94aa6f550..ce59ea34a 100644
--- a/embassy-net/README.md
+++ b/embassy-net/README.md
@@ -13,8 +13,8 @@ memory management designed to work well for embedded systems, aiming for a more
13- TCP, UDP, DNS, DHCPv4, IGMPv4 13- TCP, UDP, DNS, DHCPv4, IGMPv4
14- TCP sockets implement the `embedded-io` async traits. 14- TCP sockets implement the `embedded-io` async traits.
15 15
16See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and 16See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and
17unimplemented features of the network protocols. 17unimplemented features of the network protocols.
18 18
19## Hardware support 19## Hardware support
20 20