Skip to content

Commit 3818c25

Browse files
committed
Update README
1 parent 8fd0b9f commit 3818c25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ You system perl and other possible installations remain unchanged.
7272

7373
Imagine the very simple project:
7474

75-
$ ls
75+
$ ls -A
7676
dist.ini ex1
7777

7878
which contains a perl script:
7979

80-
$ cat ex1
80+
$ cat ex1
8181
#!/usr/bin/perl
8282

8383
use Acme::123;
@@ -92,7 +92,7 @@ that requires the _Acme::123_ module, described in this simple dzil file:
9292
[Prereqs]
9393
Acme::123 = 0
9494

95-
To setup our environmet to run this using p5stack the first this is to run
95+
To setup our environment to run this using p5stack the first this is to run
9696
the setup command:
9797

9898
$ p5stack setup

0 commit comments

Comments
 (0)