Skip to content

Commit

Permalink
fix(website): fix missing Biome version in benchmark data
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Dec 1, 2023
1 parent c3311e4 commit 117de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/public/benchmarks/index.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h2>Methodology</h2>
</li>
<li>
<strong class="linter-name" style="--hue: 160">Biome</strong>
version <%= versions["Biome"]["version"] %> (npm package)
version <%= versions["Biome"]["@biomejs/biome"] %> (npm package)
</li>
<li>
<strong class="linter-name" style="--hue: 120">RSLint</strong>
Expand Down

0 comments on commit 117de0c

Please sign in to comment.