From 9c81ff46e4ad8f6e3cdf6e66f91a4462f792e3ac Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 4 Jul 2020 19:26:15 -0400 Subject: [PATCH] fix mistaken reference to bunbun.toml --- src/templates/list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/list.hbs b/src/templates/list.hbs index 0e9e70d..100bcc9 100644 --- a/src/templates/list.hbs +++ b/src/templates/list.hbs @@ -29,7 +29,7 @@

Bunbun Command List

-

To edit this list, edit your bunbun.toml file.

+

To edit this list, edit your bunbun.yaml file.

{{#each this}} {{!-- Iterate over RouteGroup --}}

{{this.name}}

{{this.description}}