From 96a4db5baeaee4922e71b8479a73fc0a3165ea3e Mon Sep 17 00:00:00 2001 From: Nick Jennings Date: Fri, 23 Jun 2023 17:32:39 +0200 Subject: [PATCH] improve sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb21662..5a177e9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Running all specs: ### Docker (Compose) -There is a working Docker Compose config file, which allows you to spin up both +There is a working Docker Compose config file, which define a number of services including an app server for Rails as well as a local 389ds (LDAP) server. For Rails developers, you probably just want to start the LDAP server: `docker-compose up ldap`,