diff --git a/README.md b/README.md index 4e70d6c..50982ca 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## What & Why? Marmot is a distributed SQLite replicator with leaderless, and eventual consistency. It allows you to build a robust replication -between your nodes by building on top of fault-tolerant [NATS Jetsream](https://nats.io/). This means if you are running a read +between your nodes by building on top of fault-tolerant [NATS Jetstream](https://nats.io/). This means if you are running a read heavy website based on SQLite, you should be easily able to scale it out by adding more SQLite replicated nodes. SQLite is probably the most ubiquitous DB that exists almost everywhere, Marmot aims to make it even more ubiquitous for server side applications by building a replication layer on top.