summaryrefslogtreecommitdiff
path: root/examples/tools/wc.lua
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-06-09 00:00:56 -0600
committert <t@tjp.lol>2026-06-09 08:52:47 -0600
commit97b10466d83d488ad2cb9e084159a445af74c845 (patch)
tree6bea7c23d00ff1178a43e631fc700f210cb7d85b /examples/tools/wc.lua
parent104001d25c9c8cb5ec45ced1678f7c7b70888808 (diff)
event lifecycle
Diffstat (limited to 'examples/tools/wc.lua')
-rw-r--r--examples/tools/wc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/wc.lua b/examples/tools/wc.lua
index 33e2326..f2bbcb4 100644
--- a/examples/tools/wc.lua
+++ b/examples/tools/wc.lua
@@ -1,5 +1,5 @@
-- Single-tool form: a Lua file under `tools/` returns one registration
--- table, and panto registers it as if `panto.register_tool` had been
+-- table, and panto registers it as if `panto.ext.register_tool` had been
-- called on the value. Drop this file into one of:
-- ${XDG_CONFIG_HOME:-$HOME/.config}/panto/tools/wc.lua (user-global)
-- ./.panto/tools/wc.lua (project-local)