Skip to content

Commit b84ede1

Browse files
author
SamSyntax
committed
bash embed fix in README
1 parent 0c3babf commit b84ede1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This Go project implements a load balancer that supports two balancing methods:
2424
1.**Spawn Local Servers** (5 servers, round-robin method):
2525
```bash
2626
go run *.go -amount 5 -method rr -env local
27+
```
2728
Use External Servers from a JSON File (weighted round-robin method):
2829

2930
```bash

0 commit comments

Comments
 (0)