Skip to content

Commit b53d264

Browse files
authored
chore: fix typo in path in example command line usage (#711)
1 parent fbc8de8 commit b53d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project is made possible by a [community of contributors](https://github.co
2020

2121
```bash
2222
npm install --save ts-json-schema-generator
23-
./node_modules/.bin/ts-json-schema-generator --path 'my/project/**.*.ts' --type 'My.Type.Full.Name'
23+
./node_modules/.bin/ts-json-schema-generator --path 'my/project/**/*.ts' --type 'My.Type.Full.Name'
2424
```
2525

2626
Note that different platforms (e.g. Windows) may different path separators so you may have to adjust the command above.

0 commit comments

Comments
 (0)