From 3a45ec29e7f91687dbfa1b4d58b1187915e037e2 Mon Sep 17 00:00:00 2001 From: Omer BenAmram Date: Tue, 4 Jun 2019 13:47:10 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b425151..5de01d0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ use mft::attribute::MftAttributeContent; use std::path::PathBuf; fn main() { - // Change this to a path of your .evtx sample. + // Change this to a path of your MFT sample. let fp = PathBuf::from(format!("{}/samples/MFT", std::env::var("CARGO_MANIFEST_DIR").unwrap())); let mut parser = MftParser::from_path(fp).unwrap(); -- cgit v1.2.3