summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8344f39..cc46953 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ Example for generating web pages:
python ./src/storode.py ./example/srs_with_id.txt ./example/src
```
+A cross-referencing document will be generated at
+./doc/example-srs_with_id.html. Open example-srs_with_id.html in a
+web browser to view it.
+
Example for testing collision rate of cut of MD5 digest:
```bash