diff --git a/packages/benchmarks/benchmark-table/index.mjs b/packages/benchmarks/benchmark-table/index.mjs index 69cd9397a..50e47e455 100644 --- a/packages/benchmarks/benchmark-table/index.mjs +++ b/packages/benchmarks/benchmark-table/index.mjs @@ -60,7 +60,7 @@ const table = ` `; const markdownContent = ` -# Benchmakrs +# Benchmarks The following is an automated benchmark performed on the [Divina Commedia](https://en.wikipedia.org/wiki/Divina_Commedia) dataset.
You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/packages/benchmarks/dataset/divinaCommedia.json). @@ -70,4 +70,4 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/ ${table} `; -console.log(markdownContent); \ No newline at end of file +console.log(markdownContent);