summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-27 13:03:57 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-27 13:03:57 +0200
commit7a4f3a3eecb91ccab89be70ba782a90c361b82ed (patch)
treef3d45d67b1607596fade3fae11eedab42de64c8b
parenta8854301d2fe3d09b41ca055a713500edcead000 (diff)
Rephrased intro
-rw-r--r--docs/source/manual/introduction.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/manual/introduction.rst b/docs/source/manual/introduction.rst
index aa8f2ed..920741d 100644
--- a/docs/source/manual/introduction.rst
+++ b/docs/source/manual/introduction.rst
@@ -9,4 +9,6 @@ networking it is also applicable to be used in acceleration contexts.
Due to the same approach it's also possible to use it for language binding
generation.
-You don't have to use everything and the modular nature of the library attempts to separate all those contexts as much as possible.
+You don't have to use everything and the modular nature of the library attempts to separate all those concerns as much as possible.
+A drawback of this is that I simplify everything through the nix package manager which you probably don't use.
+I'm open to suggestions allowing this modular structure while not making it harder for me.