Skip to content

Commit 1e8fa2f

Browse files
author
Inkedstinct
committed
fix(overview): Fix markdown list
1 parent 8a1f7f0 commit 1e8fa2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ The diagram below illustrates the overall architecture of a PowerMeter within th
1414
![PowerAPI Architecture Overview](../assets/images/reference/overview/global-architecture.jpg){ width="1000px"}
1515

1616
A PowerMeter consists of two essential components:
17+
1718
- A [Sensor](#Sensor), which collects system usage metrics and generates usage reports.
18-
- A [Formula](#Formula), which applies a computational model to the usage reports, producing power consumption data (in mJ).
19+
- A [Formula](#Formula), which applies a computational model to the usage reports, producing power consumption data (in mJ).
1920

2021
Additionally, [Preprocessors](./overview.md#Preprocessors) can be utilized to modify usage reports before they are processed by the Formula.
2122

0 commit comments

Comments
 (0)