Skip to content

Commit 3bc3e30

Browse files
committed
readme update
1 parent 6c07d35 commit 3bc3e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This project is designed to test the performance of string search operations usi
1313
* Java: Version 11
1414
* Apache Maven: Version 3.9
1515

16-
To launch the project please check src/main/resources/config.properties.template to configure the credentials for the mentioned database envirovement. (the credentials should be in config.properties file)
16+
To launch the project please check `src/main/resources/config.properties.template` to configure the credentials for the mentioned database envirovement. (the credentials should be in config.properties file)
1717

1818
## Possible commands to launch the project:
1919

2020
```bash
2121
mvn test -DindexType=$indexType -DindexSize=$indexSize
2222
```
2323

24-
$indexType options:
24+
* $indexType options
2525
- SUFFIX_TREE
2626
- ELASTIC_TREE
2727
- MYSQL_TREE

0 commit comments

Comments
 (0)