Skip to content

Commit d95fdf1

Browse files
docs: fix hydration script
1 parent 791332d commit d95fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ npm init --yes
8787
Then, in that directory, you can directly call the hydration script:
8888

8989
```shell
90-
node ../template-typescript-node-package -- description "Hooray, trying things out locally."
90+
node ../template-typescript-node-package/lib/hydrate/index.js -- description "Hooray, trying things out locally."
9191
```
9292

9393
Along with the hydration script itself, end-to-end tests are removed on package setup.

0 commit comments

Comments
 (0)