We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d73482 commit 903af8dCopy full SHA for 903af8d
functions/setup/mlappkit_setup.m
@@ -40,13 +40,13 @@ function mlappkit_setup()
40
savepath();
41
42
43
- fprintf('%s\n', ' Done. mlAppKit was installed in:')
+ fprintf('%s\n', ' Done! mlAppKit was installed in:')
44
fprintf('%s\n', install_path );
45
fprintf('%s\n', ' ');
46
fprintf('%s\n', ' Next Steps:');
47
48
fprintf('%s\n', ' target_dir = pwd(); ');
49
- fprintf('%s\n', ' project_name = ''helloWorld''; ');
+ fprintf('%s\n', ' project_name = ''hello_world''; ');
50
fprintf('%s\n', ' mlappkit_quickstart(target_dir, project_name)');
51
52
0 commit comments