mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
docs: Update READMEs + fix scripts/create-solution.ts
This commit is contained in:
@ -100,7 +100,7 @@ import copyDirPromise from './utils/copyDirPromise'
|
||||
await replaceInFile({
|
||||
files: [readmePath],
|
||||
from: /{{ solutionInfo }}/g,
|
||||
to: 'Programming language : ' + programmingLanguage.name + '\n' + createdByString
|
||||
to: 'Programming language : ' + programmingLanguage.name + '\n\n' + createdByString
|
||||
})
|
||||
|
||||
console.log(`
|
||||
|
Reference in New Issue
Block a user