Skip to content

Commit

Permalink
build: replace the type of the code used in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jun 23, 2024
1 parent 345da05 commit 46b523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for (const fileName of fs.readdirSync(bookmarkletsDirectory)) {
result = result.concat([
...loadPartOfFile('/*', '*/', bookmarkletFilePath),
'',
'```js',
'```bookmarklet',
bookmarklet(bookmarkletFilePath),
'```',
''
Expand Down

0 comments on commit 46b523c

Please sign in to comment.