Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer BenAmram <omerbenamram@gmail.com>2019-06-04 13:47:10 +0300
committerGitHub <noreply@github.com>2019-06-04 13:47:10 +0300
commit3a45ec29e7f91687dbfa1b4d58b1187915e037e2 (patch)
tree6ed62eff4f6732aa0185c7df9a9a6c34d380963c
parent5b7d797d7b985437e99545b054b24c2521dbbbd8 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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();