summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-07-13 00:17:02 +1000
committerDamien George <damien@micropython.org>2021-07-13 00:17:02 +1000
commite3291e1801f27e49ac0e6be275c742777507207f (patch)
treee83d096adf65dc4ce20e50e911782ba9fcab2d27 /lib
parent136369d72f5b99ec23c9c9f178a590bde968e2ee (diff)
lib,shared: Update README's based on contents of these dirs.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/README.md b/lib/README.md
index e719821bf..fd7cba910 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -1,2 +1,3 @@
-This directory contains standard, low-level C libraries with emphasis on
-being independent and efficient. They can be used by any port.
+This directory contains third-party, low-level C libraries and SDKs.
+Libraries that do not target any specific platform are generally chosen
+based on them being independent and efficient.