Skip to content

Commit cf81bf7

Browse files
authored
Update README.md
1 parent fe0b48f commit cf81bf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Modification Notice: simulation.hpp
1+
## Modification Notice: `simulation.hpp`
22

33
This document describes a modification made to the `simulation.hpp` file, specifically in the `Simulator::printRow` function. The purpose of this change is to enable real-time streaming of simulation output when used with the API, ensuring that data is delivered to the client as soon as it is available.
44

@@ -29,4 +29,4 @@ void Simulator::printRow(double percentage) {
2929

3030
### Future Considerations
3131

32-
If future versions of the library include this feature, this modification may no longer be necessary. Until then, it should be retained to ensure proper streaming behavior.
32+
If future versions of the library include this feature, this modification may no longer be necessary. Until then, it should be retained to ensure proper streaming behavior.

0 commit comments

Comments
 (0)