mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-21 21:42:10 +00:00
Minor fixes
Signed-off-by: Dimitar Tomov <dimi@tpm.dev>
This commit is contained in:
parent
ca1501aad2
commit
ada8cf12bf
2 changed files with 4 additions and 4 deletions
|
@ -14,5 +14,5 @@ Each example can be run just by typing `python3 example.py`
|
||||||
|
|
||||||
Each example has an accompanying description as markdown file, plus annotated code.
|
Each example has an accompanying description as markdown file, plus annotated code.
|
||||||
|
|
||||||
* [randomnumber]
|
* [randomnumber](randomnumber.md)
|
||||||
* [quote]
|
* [quote](quote.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Quote
|
# Get random
|
||||||
|
|
||||||
This example demonstrates the use of ESAPI.get_random
|
This example demonstrates the use of ESAPI.get_random
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue