We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910e9b4 commit 7f6d4c3Copy full SHA for 7f6d4c3
1 file changed
README.md
@@ -53,8 +53,8 @@ Bootstrap a new TypeScript module in five minutes or less.
53
1. Create an empty (**non-initialized**) repository on GitHub.
54
2. Clone the main branch of this repository with
55
```
56
- $ git clone --single-branch git@github.com:seamapi/makenew-tsmodule.git <new-node-lib>
57
- $ cd <new-node-lib>
+ $ git clone --single-branch git@github.com:seamapi/makenew-tsmodule.git <new-ts-module>
+ $ cd <new-ts-module>
58
59
Optionally, reset to the latest version with
60
0 commit comments