summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPProvost <[email protected]>2020-05-14 18:12:37 -0600
committerPProvost <[email protected]>2020-05-14 18:12:37 -0600
commitae30b384a706866466f67308fbb72faef5638b3d (patch)
tree33e51f4a2578bf83de15e595fc9f8a428a28c87b /README.md
parent7c84790dd8303cf7a5da310acab551a12fa712ba (diff)
Moved protocol handlers to addons
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 305f90ef..bf888a0b 100755
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ Each official release (preview or GA) will be tagged to mark the commit and push
## Directory layout
```
+- addons
+ - auto_ip, BSD, dhcp, dns, ftp, http, mdns, mqtt, nat, pop3, ppp, pppoe, smtp, sntp, telnet, tftp, web
- cmake
- common
- inc
@@ -78,8 +80,6 @@ Each official release (preview or GA) will be tagged to mark the commit and push
- cortex_m7/gnu
- inc
- src
-- protocol_handlers
- - auto_ip, BSD, dhcp, dns, ftp, http, mdns, mqtt, nat, pop3, ppp, pppoe, smtp, sntp, telnet, tftp, web
- samples
```