summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b215cd6..9acba17 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ This is a plumbing-level Python module for working with Linux namespaces via
ctypes. It leverages glibc wrappers to access the relevant system calls and
provides typed abstractions for them.
+To see these are composed, consider looking into the `examples/` directory.
+
License
-------
GPL-3