Skip to content

Commit bfbd966

Browse files
committed
improved wording
1 parent 296dff9 commit bfbd966

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ https://github.com/1Hyena/nt4c/blob/1f8595884201722495c089d4b45086a23465b84a/exa
9393

9494
#### ex_echo ###################################################################
9595

96-
[This example](examples/src/ex_echo.c) shows how to use the NT4C parser to parse
97-
and print a NestedText document on the screen. The input document is parsed
98-
twice. First, the length of the document is determined. Then, a variable-length
99-
array is initialized for storing the DOM.
96+
[This example](examples/src/ex_echo.c) demonstrates how to utilize the NT4C
97+
parser to parse and display a NestedText document on the screen. The input
98+
document undergoes parsing twice. Initially, the length of the document is
99+
calculated. Subsequently, a variable-length array is set up to store the
100+
Document Object Model (DOM).
100101

101102
https://github.com/1Hyena/nt4c/blob/1f8595884201722495c089d4b45086a23465b84a/examples/src/ex_echo.c#L10-L34
102103

0 commit comments

Comments
 (0)