Skip to content

Commit 37a53cb

Browse files
committed
doc
1 parent 0ff76a8 commit 37a53cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install requests easycoder
2020

2121
Test the install by typing the command `easycoder`.
2222
<hr>
23-
On Linux, this will probably fail as the installer places the executable file in the `$HOME/.local/bin` directory. So give the command `export PATH=$HOME/.local/bin:$PATH`
23+
On Linux, this will probably fail as the installer places the executable file in the `$HOME/.local/bin` directory. So give the command `export PATH=$HOME/.local/bin:$PATH`.
2424

2525
To make this change permanent, edit your `.profile` file, adding the following:
2626
```
@@ -31,7 +31,7 @@ fi
3131
```
3232
<hr>
3333

34-
Now write a test script, 'hello.ecs', containing the following:
34+
Now write a test script, `hello.ecs`, containing the following:
3535
```
3636
print `Hello, world!`
3737
exit

0 commit comments

Comments
 (0)