From 4c7360daeca7984f87ec5119714f176c96d2618d Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Tue, 9 Jun 2020 19:31:26 -0400 Subject: [PATCH] Okay, no footnotes for now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6442b82..a781359 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ typing the following line into your terminal: ls ``` -That should "return"1 several items. For me, it returned: +That should "return" several items. For me, it returned: ``` Desktop Downloads Documents Images Videos Music @@ -123,7 +123,7 @@ Desktop Downloads Documents Images Videos Music If `ls` returned what seems to be the files or directories on your computer, then you have everything you need! -1 "return" is technical jargon used to describe how something +**Note**: "return" is technical jargon used to describe how something on a computer sends data somewhere. In this case, the text representing your files and directories is the data, and that text is being sent to your screen.