summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-06-17 10:08:45 -0700
committerJon Moroney <darakian@gmail.com>2020-06-17 10:08:45 -0700
commit031a5783aaa75a63191880519b1eff64fc66e334 (patch)
tree6566c26142fe28a639b4922b1a058d2a3975963b
parentd340ccac4772012a9ab8fbc33e5f9d7df1e4beb9 (diff)
parent3e496503355e72a45ab4ea96f6a7de560678234b (diff)
Merge branch 'master' of github.com:darakian/ddh
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fe327d..a9b6457 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This tool is called DDH for two very good reasons.
DDH is usable both as a library and as a stand alone CLI tool and aims to be simple to use in both cases.
## Library example
-```
+```rust
let (files, errors): (Vec<Fileinfo>, Vec<(_, _)>) = ddh::deduplicate_dirs(dirs);
let (shared, unique): (Vec<&Fileinfo>, Vec<&Fileinfo>) = files
.par_iter()