Skip to content

Commit 69af67a

Browse files
committed
Update README.md
1 parent 25d9d83 commit 69af67a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ make setup
6161
```
6262

6363
If you do not wish to pollute your root NPM directory, you can set a
64-
custom global location by changing your `npmrc` (eg. `echo "prefix =
64+
custom global location by changing your `npmrc` (eg. `echo "prefix =
6565
$HOME/.npm-packages" >> ~/.npmrc`. Then add `/prefix/path/above/bin`
6666
to your `PATH`.
6767

6868
## Basic Usage
6969

70-
RacketScript compiler is named `racks`.
70+
RacketScript compiler is named `racks`.
7171

7272
```sh
7373
racks -h # show help
@@ -91,7 +91,7 @@ folders:
9191
- "collects": Racket collects source files.
9292
- "links": Other third party packages.
9393
- "dist": Contains sources compiled to ES6 or bundled JavaScript ready
94-
for distribution.
94+
for distribution.
9595

9696
Here are few other examples that would come in handy:
9797

0 commit comments

Comments
 (0)