Skip to content

Commit 903af8d

Browse files
author
kan
committed
- camel to snake
- cosmetics
1 parent 0d73482 commit 903af8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/setup/mlappkit_setup.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ function mlappkit_setup()
4040
savepath();
4141

4242

43-
fprintf('%s\n', ' Done. mlAppKit was installed in:')
43+
fprintf('%s\n', ' Done! mlAppKit was installed in:')
4444
fprintf('%s\n', install_path );
4545
fprintf('%s\n', ' ');
4646
fprintf('%s\n', ' Next Steps:');
4747
fprintf('%s\n', ' ');
4848
fprintf('%s\n', ' target_dir = pwd(); ');
49-
fprintf('%s\n', ' project_name = ''helloWorld''; ');
49+
fprintf('%s\n', ' project_name = ''hello_world''; ');
5050
fprintf('%s\n', ' mlappkit_quickstart(target_dir, project_name)');
5151

5252

0 commit comments

Comments
 (0)