diff --git a/README.md b/README.md
index 51a5c49..cc64d47 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ This is a Node.js application. It is written purely using JavaScript/HTML/CSS, w
Express.js and Socket.io. It runs as a containerized application
via Google Cloud Run.
-There is no data persisted in any database. The app is almost entirely stateless, with instances kept in sync via
+No data is stored persistently. The app is almost entirely stateless, with instances kept in sync via
Redis, specifically with the pub/sub model.
The exceptions are a browser cookie and the Node.js child processes that are spawned to
keep track of games with a timer, which are stored in an instance's memory and communicated to other instances if needed. In the end, it should not matter