about summary refs log tree commit diff homepage
path: root/blog/dedep.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-10 05:17:04 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-10 05:17:04 +0900
commit51509e605d61b4ee52e70f5c5add46f69c5340c5 (patch)
tree01abfd44af504fe4692850f4c11e8f6125a08c88 /blog/dedep.md
parent90d48502cfca46bc765211c0dbeaf497f4355a10 (diff)
downloadsite-51509e605d61b4ee52e70f5c5add46f69c5340c5.tar.gz
Update details
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.