diff --git a/migrations/0.1.3.js b/migrations/0.1.3.js index 394c4740..b8f7b081 100644 --- a/migrations/0.1.3.js +++ b/migrations/0.1.3.js @@ -16,6 +16,6 @@ module.exports = async(db, redis) => { } } ]).toArray(); - console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of README.\n=') - console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons".\n=') + console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of INSTALLATION.\n=') + console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons"\n=') };