summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-19 12:06:55 +0530
committerAndinus <andinus@nand.sh>2020-11-19 12:06:55 +0530
commitb554dc05d4439364da2e49ae8abe05b6c3a0e786 (patch)
treeace8afcfee73786496a6eba85f6f642a7aee599b
parent3e7484cd704c1d473fc41c8bdcc9aefff718894b (diff)
downloaddraco-b554dc05d4439364da2e49ae8abe05b6c3a0e786.tar.gz
Update dependency in README
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 81f9c93..e214003 100644
--- a/README.org
+++ b/README.org
@@ -26,7 +26,7 @@ git clone https://git.tilde.institute/andinus/draco && \
     cd draco
 
 # Install dependencies. (OpenBSD)
-doas pkg_add p5-Text-Wrapper p5-JSON-MaybeXS
+doas pkg_add p5-Unicode-LineBreak p5-JSON-MaybeXS
 cpan install HTTP::Tiny
 
 # Install. (Use sudo if doas is not present)
@@ -34,9 +34,9 @@ doas make install
 #+END_SRC
 
 * Dependencies
-** Text::Wrapper
-This is used to wrap the text at 72 characters. Draco can work without
-this module.
+** Unicode::LineBreak
+This is used to wrap the text at 76 columns. Draco can work without this
+module.
 ** JSON::MaybeXS
 This module is required for Draco to work, it can be replaced with any
 other module that parses JSON & produces same data structure.