Skip to content

Commit c791a03

Browse files
committed
UPDATE README
1 parent c01e4a6 commit c791a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Whether you are a developer building a chess GUI, a researcher analyzing games,
3232

3333
Ironfish operates on a peer-to-peer architecture using a **Gossip Protocol** for membership and state sharing.
3434

35-
1. **API Layer:** Handles incoming requests (REST/GraphQL/gRPC) and authenticates users.
35+
1. **API Layer:** Handles incoming requests (REST / gRPC / GraphQL) and authenticates users.
3636
2. **Cluster Service:** Manages node discovery, failure detection, and leader election (Hybrid Raft/Bully algorithm).
3737
3. **Load Balancer:** Smartly routes analysis requests to the least loaded node in the cluster.
3838
4. **Stockfish Pool:** Manages a local pool of Stockfish engine processes to execute the actual chess analysis.
@@ -58,7 +58,7 @@ docker run -d -p 8080:8080 --name ironfish \
5858
ghcr.io/hekpyto/ironfish:latest
5959
```
6060

61-
Your server is now ready at `http://localhost:8080`!
61+
Your server is now ready at `http://localhost:8080`
6262

6363
### Mode 2: Distributed Cluster
6464
Ideal for high-availability and parallel processing.

0 commit comments

Comments
 (0)