about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fcdbe90..63428b0 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ program snapshots.
 
  - `compare.py`: The central algorithms that work on snapshots.
 
- - `arancini.py`: Functionality specific to working with arancini. Parsing of arancini's logs into our snapshot
-structures.
+ - `parser.py`: Utilities for parsing logs from Arancini and QEMU, as well as serializing/deserializing to/from our own
+log format.
 
  - `arch/`: Abstractions over different processor architectures. Will be used to integrate support for more
 architectures later. Currently, we only have X86.