about summary refs log tree commit diff homepage
path: root/blog/dedep.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/dedep.md')
-rw-r--r--blog/dedep.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/dedep.md b/blog/dedep.md
index 30a6489..d31ad88 100644
--- a/blog/dedep.md
+++ b/blog/dedep.md
@@ -53,8 +53,8 @@ or [download from NPM recursively][node2nix].
 
 *So how do I write software that is easy to package*, you may ask.
 If you followed the articles linked above, you've probably already
-figured that out.  It's less about what *you* write and more about
-what you *don't write*.  When someone complains a program is difficult
+figured that out.  It's less about what you *write* and more about
+what you *use*.  When someone complains a program is difficult
 to build from source, certainly it's not about how hard it is to type,
 say `make install`, but acquiring the dependencies for that to run
 successfully and the result will work.