Skip to content

Commit b1e6bf0

Browse files
committed
Minor changes.
1 parent 0bba7f8 commit b1e6bf0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,11 @@ initialize yalc:
445445
npm run yalcInit
446446
```
447447

448-
This will tell yalc to link `dev_app/` to the root REJT library (it's usually
449-
stored in `~/.yalc/installations.json` if you're curious). After initializing,
450-
you can run the following command in the root package every time you make
451-
changes to REJT to push the changes to the dev app:
448+
This will tell yalc to link `dev_app/` to the root REJT library (this link
449+
is usually stored in `~/.yalc/installations.json` if you're curious). After
450+
initializing, you can run the following command in the root package every
451+
time you make changes to REJT to push the changes to the dev app
452+
(with hot-loading!):
452453

453454
```sh
454455
npm run yalcPush

0 commit comments

Comments
 (0)