Skip to content

Commit d0c5423

Browse files
Update README.md
1 parent 36fdc01 commit d0c5423

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
@@ -3,7 +3,7 @@
33
This program simulates the asynchronous Gossip and [Push-Sum](https://www.cs.cornell.edu/johannes/papers/2003/focs2003-gossip.pdf) algorithms. This implementation uses the actor model of concurrent computation, powered by [Akka](https://getakka.net/).
44

55
##### Command to run:
6-
`dotnet run numNodes topology algorithm`
6+
`dotnet run <num_nodes> <topology> <algorithm>`
77

88
##### Available topologies:
99
- `full`

0 commit comments

Comments
 (0)