Skip to content

Commit

Permalink
fix(benchmarks): Fixes typo into the generating of README.md file (#53)
Browse files Browse the repository at this point in the history
fixing the *.mjs file which is responsible of a typo into the packages/benchmark/README.md 
(referring #50 )
  • Loading branch information
Frenzarectah authored Jul 29, 2022
1 parent d9b041e commit f72a6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/benchmarks/benchmark-table/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br />
You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/packages/benchmarks/dataset/divinaCommedia.json).
Expand All @@ -70,4 +70,4 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/
${table}
`;

console.log(markdownContent);
console.log(markdownContent);

0 comments on commit f72a6bb

Please sign in to comment.