Issue (#115): Fix docker container command error in README. (#116)
diff --git a/README.md b/README.md
index 555b5ef..810c239 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@
```docker pull apache/age ```
- Create AGE docker container
- ```console
- docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=postgresUser -e POSTGRES_PASSWORD=pos
- tgresPW -e POSTGRES_DB=postgresDB -d apache/age
- ```
+ ```bash
+ docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=postgresUser \
+ -e POSTGRES_PASSWORD=postgresPW -e POSTGRES_DB=postgresDB -d apache/age
+ ```
| Docker variables| Description |
|--|--|