Skip to content

Commit d887631

Browse files
committed
Update README.md
Make commands easily executable within an IDE. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent d4f1ebd commit d887631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vertx-mysql-client/docker/mysql/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Modify the content in the `docker compose.yml`
66

77
### Run the containers
88

9-
```
10-
> docker compose up --build -V
9+
```shell
10+
docker compose up --build -V
1111
```
1212

1313
### TLS testing
@@ -21,6 +21,6 @@ The steps to generate these artifacts are quite easy:
2121

2222
### Run tests
2323

24-
```
25-
> mvn test -Dconnection.uri=mysql://mysql:password@localhost:3306/testschema -Dtls.connection.uri=mysql://mysql:password@localhost:3307/testschema
24+
```shell
25+
mvn test -Dconnection.uri=mysql://mysql:password@localhost:3306/testschema -Dtls.connection.uri=mysql://mysql:password@localhost:3307/testschema
2626
```

0 commit comments

Comments
 (0)