Skip to content

Commit 6bd3d75

Browse files
author
Claude Assistant
committed
Fix XML example in README for IntegerExplicitValueModification
Changed uppercase 'IntegerExplicitValueModification' to lowercase 'integerExplicitValueModification' in the README example to match the correct XML parsing requirements. Fixes #214
1 parent b481012 commit 6bd3d75

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
@@ -271,9 +271,9 @@ We can of course use this concept by constructing our TLS workflows. Imagine you
271271
<Heartbeat>
272272
<payloadLength>
273273
<modifications>
274-
<IntegerExplicitValueModification>
274+
<integerExplicitValueModification>
275275
<explicitValue>20000</explicitValue>
276-
</IntegerExplicitValueModification>
276+
</integerExplicitValueModification>
277277
</modifications>
278278
</payloadLength>
279279
</Heartbeat>

0 commit comments

Comments
 (0)