diff --git a/01-intro.html b/01-intro.html index f36578bcf..b4e252d9d 100644 --- a/01-intro.html +++ b/01-intro.html @@ -362,7 +362,7 @@

The Shell

BASH

-
$
+
$

The shell typically uses $ as the prompt, but may use a different symbol. In the examples for this lesson, we’ll show the prompt @@ -382,7 +382,7 @@

BASH

BASH

-
nelle@localhost $
+
nelle@localhost $

The prompt might even include more than this. Do not worry if your prompt is not just a short $. This lesson does not depend @@ -395,7 +395,7 @@

BASH

BASH

-
$ ls
+
$ ls

OUTPUT @@ -403,20 +403,19 @@

OUTPUT