Skip to content

Commit

Permalink
Update readme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 15, 2024
1 parent 80c6280 commit 2593ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function go() {
const readmes = get_readme_path(__dirname)

readmes.forEach(path => {
const content = '\n\n' + fs.readFileSync(path, 'utf-8')
content = '\n\n' + fs.readFileSync(path, 'utf-8')
// content = '\n\n' + content
})

Expand Down

0 comments on commit 2593ed1

Please sign in to comment.