fix missing space in readme

This commit is contained in:
Mark Struberg 2019-01-03 21:28:04 +01:00
parent d25ed12902
commit a53744a744
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ The best way to compile Apache OpenJPA yourself is to run the build against the
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.