Skip to content

Commit 0902db0

Browse files
committed
docs: update the expected output
1 parent 93f730a commit 0902db0

2 files changed

Lines changed: 299 additions & 735 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To compile the library and run the demo, simply run make:
171171
```shell
172172
make
173173
```
174-
The expected output is explained in detail in the Step-by-Step guide below.
174+
The expected output is explained in detail in the [Expected Output section](#expected-output) below.
175175

176176
Alternatively, the demo can be compiled locally to `./result/bin`.
177177
```shell
@@ -260,12 +260,12 @@ Then run
260260
make
261261
```
262262
which will compile the library and run its small demo.
263-
The expected output is explained in detail in the Step-by-Step guide below.
263+
The expected output is explained in detail in the [Expected Output section](#expected-output) below.
264264
265265
266266
#### Expected Output
267267
268-
The demo will print a long terminal output of about 1250 lines.
268+
The demo will print a long terminal output of very rougly 1000 lines.
269269
A copy of the expected output can be found in the [expected-output.txt](expected-output.txt).
270270
271271
First, the demo prints unicode characters to terminal, as a test for you to see whether your terminal supports unicode.

0 commit comments

Comments
 (0)