Skip to content

Commit

Permalink
Lock in the README example time
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Donat <donatj@gmail.com>
  • Loading branch information
donatj committed Nov 30, 2023
1 parent c88937f commit d3423c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .mddoc.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@

<section title="Example">
<text>This example demonstrates how the loggers may be chained together to create complex interactions</text>
<source name="example/nested.php" lang="php" />
<exec cmd="php example/nested.php" format="code-block"/>
<source name="example/nested.php" lang="php"/>
<replace regex="true" search="%\d\d\d\d\-\d\d\-\d\dT\d\d:\d\d:\d\d\+\d\d:\d\d%" replace="2023-11-30T05:34:35+00:00">
<exec cmd="php example/nested.php" format="code-block"/>
</replace>
</section>

<section title="Documentation">
<recursive-directory name="src" />
<recursive-directory name="src"/>
</section>
</section>
</docpage>
Expand Down

0 comments on commit d3423c9

Please sign in to comment.