瀏覽代碼

Amber cli is now in @ambers/cli.

Herby Vojčík 5 年之前
父節點
當前提交
d7c9f0c83e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template.js

+ 1 - 1
template.js

@@ -16,7 +16,7 @@ exports.notes = ' _Project title_ should be a human-readable title.';
 
 // Template-specific notes to be displayed after question prompts.
 exports.after = 'You need to have these installed globally via npm:' +
-' _amber-cli_; _grunt-cli_; _bower_.' +
+' _@ambers/cli_; _grunt-cli_; _bower_.' +
 ' Now, install project dependencies with _bower install_,' +
 ' tool dependencies with _npm install_ and recompile with _grunt_.' +
 ' If you are running _amber init_, these three tasks are going to be performed for you now.' +