Skip to content

Commit 18bf328

Browse files
authored
Update README.md
1 parent 51d54fa commit 18bf328

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
@@ -19,7 +19,7 @@ This project implements a simple load balancing program written in Java, with a
1919
* If using other terminal(ex. Xterm, Konsole), replace "gnome-terminal" with "terminal_name" everywhere(should work with most terminals).
2020
* If not using linux, manually copy and paste all javac and java commands from launch_all.sh into terminal. Note: the port numbers must match those in worker_list.txt.
2121
* In all cases, modify the command-line argument for LoadBalancer as needed. Valid values: "RR" for Round-Robin and "LC" for Least Connections.
22-
* Once launched, windows correspsonding to Workers, Load Balancer, and Client will show appropriate outputs on terminal.
22+
* Once launched, windows corresponding to Workers, Load Balancer, and Client will show appropriate outputs on terminal.
2323

2424

2525

0 commit comments

Comments
 (0)