Update project title

This commit is contained in:
Cheng-Han, Wu 2016-05-28 01:51:45 +08:00
parent e52937df50
commit 20fbc9957f
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ function renderTitle(view) {
if (title) {
title += ' - HackMD';
} else {
title = 'HackMD - Collaborative notes';
title = 'HackMD - Collaborative markdown notes';
}
return title;
}