Skip to content

Commit f5607d0

Browse files
authored
Update README.md
1 parent 35dce78 commit f5607d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ stateDiagram
3838
JunitTests --> JunitTest4
3939
JunitTests --> JunitTest5
4040
JunitTests --> JunitTest..N
41-
note left of JunitTest1 : Each test runs in \na containerized environment
42-
note left of JunitTest1 : Optionally tests can run \nwith a service container\n to test backend\n database changes
41+
note left of JunitTests : Each test runs in \na containerized environment
42+
note left of JunitTests : Optionally tests can run \nwith a service container\n to test backend\n database changes
4343
note right of JunitTests: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
4444
}
4545
}
@@ -107,4 +107,4 @@ stateDiagram
107107
User input data is stored in an Oracle (PDB) Database.
108108

109109

110-
For easy demos, an H2 database (Oracle Mode) is setup by default in the `src/main/resources/application.properties` file.
110+
For easy demos, an H2 database (Oracle Mode) is setup by default in the `src/main/resources/application.properties` file.

0 commit comments

Comments
 (0)