Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit aa7af90

Browse files
committed
Update README.md
1 parent 732f71c commit aa7af90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ files in the ml-config directory structure:
4949
ManageClient client = new ManageClient(); // defaults to localhost/8002/admin/admin
5050
AdminManager manager = new AdminManager(); // used for restarting ML; defaults to localhost/8001/admin/admin
5151
AppDeployer deployer = new SimpleAppDeployer(client, manager,
52-
new CreateRestApiServersCommand(), new CreateUsersCommand());
52+
new DeployRestApiServersCommand(), new DeployUsersCommand());
5353

5454
// AppConfig contains all configuration about the application being deployed
5555
AppConfig config = new AppConfig();

0 commit comments

Comments
 (0)