Skip to content

Commit e774426

Browse files
As per PR # 89 comments, changes are implemented.
1 parent 414f7ca commit e774426

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/utility-guides/LoadProperties.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ The Load Properties Utility can be used to retrieve values from a properties fil
77
- [Utility Guide: Load Properties](#utility-guide-load-properties)
88
- [Table of Contents](#table-of-contents)
99
- [How This Works](#how-this-works)
10-
- [----------------------------------](#----------------------------------)
11-
- [EXAMPLE VALUES](#example-values)
12-
- [----------------------------------](#-----------------------------------1)
13-
- [Reasoning for storing values in the properties file](#reasoning-for-storing-values-in-the-properties-file)
10+
- [EXAMPLE VALUES](#example-values)
1411
- [Using the Load Properties Utility](#using-the-load-properties-utility)
1512
- [Example Usage](#example-usage)
1613

@@ -30,13 +27,11 @@ To ensure that there are no mistakes when providing this input there are two add
3027

3128
To add values to the properties file follow the format:
3229

33-
# ----------------------------------
34-
# EXAMPLE VALUES
35-
# ----------------------------------
30+
## EXAMPLE VALUES
3631
example_value_1=value1
3732
example_value_2=value2
3833

39-
## Reasoning for storing values in the properties file
34+
Reasoning for storing values in the properties file:
4035

4136
1. Properties files use key-value pairs because they provide a simple, organized, and flexible way to store configuration data.
4237

0 commit comments

Comments
 (0)