fix mistaken reference to bunbun.toml
This commit is contained in:
parent
ae28ee8a54
commit
9c81ff46e4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Bunbun Command List</h1>
|
<h1>Bunbun Command List</h1>
|
||||||
<p><i>To edit this list, edit your <code>bunbun.toml</code> file.</i></p>
|
<p><i>To edit this list, edit your <code>bunbun.yaml</code> file.</i></p>
|
||||||
<main>
|
<main>
|
||||||
{{#each this}} {{!-- Iterate over RouteGroup --}}
|
{{#each this}} {{!-- Iterate over RouteGroup --}}
|
||||||
<header><h2>{{this.name}}</h2><i>{{this.description}}</i></header>
|
<header><h2>{{this.name}}</h2><i>{{this.description}}</i></header>
|
||||||
|
|
Loading…
Reference in a new issue