From b0031779a17e51d19ddaf8414224267c27cfcffd Mon Sep 17 00:00:00 2001 From: Sathish Date: Sun, 19 Sep 2021 15:39:41 +0530 Subject: [PATCH] fix docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b04d35..2824fdc 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ fn main() { // prints /Users//Desktop // Other Examples - // assert_eq!(untildify("~/a/b/c/d/e"), "/User/Untildify/a/b/c/d/e"); - // assert_eq!(untildify("~/"), "/User/Untildify/"); + assert_eq!(untildify("~/a/b/c/d/e"), "/User/Untildify/a/b/c/d/e"); + assert_eq!(untildify("~/"), "/User/Untildify/"); } ``` \ No newline at end of file