diff --git a/README.md b/README.md index 5397540..71a4598 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. -![Visual demonstration](nms.gif) - Rewrite from https://github.com/bartobri/no-more-secrets in rust. ## Usage @@ -14,6 +12,8 @@ Take stdin as input and send on stdout. Example with command `ls -list`: ls -list | nms ``` +![](nms.gif) + ## Installation Make sure you have rust installed: https://rust-lang.org/tools/install/ diff --git a/nms.gif b/nms.gif index 14ac6fe..14e5fbe 100644 Binary files a/nms.gif and b/nms.gif differ