Skip to content

Commit f72a6bb

Browse files
authored
fix(benchmarks): Fixes typo into the generating of README.md file (#53)
fixing the *.mjs file which is responsible of a typo into the packages/benchmark/README.md (referring #50 )
1 parent d9b041e commit f72a6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/benchmarks/benchmark-table/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const table = `
6060
`;
6161

6262
const markdownContent = `
63-
# Benchmakrs
63+
# Benchmarks
6464
6565
The following is an automated benchmark performed on the [Divina Commedia](https://en.wikipedia.org/wiki/Divina_Commedia) dataset. <br />
6666
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/
7070
${table}
7171
`;
7272

73-
console.log(markdownContent);
73+
console.log(markdownContent);

0 commit comments

Comments
 (0)