diff --git a/index.js b/index.js index 92c913c..6910f8f 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ * @date 2015.11.5 * * 1. 字母一个个出现,一个单词同一种颜色 - * 2. 支持多行书写 + * 2. 支持多行书写(现在还不支持) * 3. promise思想 */ @@ -135,4 +135,4 @@ .then(step4).then(step5).then(step6) .then(step7).then(step8).then(step9) .then(step10).then(step11); -}() \ No newline at end of file +}()