commit 861834598fe66e268117be14e9ff2b4f2ec9b89b
parent 28c70071762c6d9bc66437b95491249ec33f2e93
Author: William Casarin <jb55@jb55.com>
Date: Thu, 23 Apr 2020 12:23:30 -0700
readme: trie -> tree
A bit more clear
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -6,8 +6,8 @@ cmdtree
![cmdtree2](https://jb55.com/s/cmdtree2.png?)
-cmdtree is a command launcher in the form of a trie. Commands are launched by a
-sequence of keys that form a path in this trie.
+cmdtree is a command launcher in the form of a tree. Commands are launched by a
+sequence of keys that form a path in this tree.
Configuring cmdtree currently requires you to edit a C header file, similar to
dmenu. You will need to tweak [cfg.def.h](cfg.def.h) to your liking before