diff --git a/README.md b/README.md index 5fc4be61..14b9fd39 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Check out the [rqlite FAQ](https://rqlite.io/docs/faq)_. ## Why run rqlite? rqlite is your solution for a rock-solid, fault-tolerant, replicated relational database with **effortless installation, deployment, and operation**. It's ideal as a lightweight, distributed relational data store for both developers and operators. -Use rqlite for critical relational data in larger systems. And if you're interested in understanding how distributed systems actually work, it's a good example to study. A lot of thought has gone into its design, separating storage, consensus, and API clearly. +You can use rqlite for critical relational data in larger systems. And if you're interested in understanding how distributed systems actually work, it's a good example to study. A lot of thought has gone into its design, separating storage, consensus, and API clearly. ### Key features - **Easy Deployment**: No separate SQLite installation.