diff --git a/readme.md b/readme.md index d99f657..b380874 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,10 @@ since it's utility is to learn Rust concepts by completing a simple project. ## Installation -You may install and play around with the program using the command line: +You can install and play around with the program using the command line: ```bash cargo install --git https://github.com/dnutiu/ndiff -``` \ No newline at end of file +``` + +To use the program run: `ndiff a.txt b.txt` \ No newline at end of file