fix missing space in readme
diff --git a/README.adoc b/README.adoc
index c83d175..d8c8643 100644
--- a/README.adoc
+++ b/README.adoc
@@ -33,7 +33,7 @@
 The Apache OpenJPA project also contains a setup for testing against multiple databases.
 The easiest way is to use Docker.
 We assume that Docker is installed to be used from your current user.
-The respective database imagehas to be started manually bofore starting the build.
+The respective database image has to be started manually bofore starting the build.
 The reason for not starting it as part of the build itself is to be able to look at the database content after the build did run.
 
 To start e.g. a PostgreSQL Docker image you can simply invoke the following command.