diff --git a/README.md b/README.md index 9fab6c4..0c9a14c 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,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. -Currently there is one container instance, which is sufficient scaling at this time. In the event I need to scale to multiple containers, I will likely -integrate with a message queue like Redis. +In the event I need more scaling, I will likely integrate with a datastore like Redis. ## Contributing and Developers' Guide ### Running Locally