From 7c6327945f755c3c46ddb68a588ef1d0611239a5 Mon Sep 17 00:00:00 2001 From: mdrokz Date: Wed, 18 May 2022 16:12:47 +0530 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b17dfb7..d92671d 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,9 @@ This will sign you into root. 3. It is a confusing experience but I am sure you can get through it with some perseverance. Keep at it. -4. I suggest installing [Tree](https://www.computerhope.com/unix/tree.htm) to see how directories are laid out in the terminal (useful later!): +4. I suggest installing [tree](https://www.computerhope.com/unix/tree.htm) to see how directories are laid out in the terminal (useful later!): ```bash -$ sudo apt install Tree +$ sudo apt install tree ``` You can then run it simply by: