Skip to content

Commit 90d3ecb

Browse files
authored
update typescript-angular readme template
added missing ``` on ln 39
1 parent b7acec3 commit 90d3ecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/handlebars/typescript-angular/README.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ npm install PATH_TO_GENERATED_PACKAGE/dist.tgz --save
3636
{{^useNgPackagr}}
3737
npm install PATH_TO_GENERATED_PACKAGE/{{npmName}}-{{npmVersion}}.tgz --save
3838
{{/useNgPackagr}}
39+
```
40+
3941
It's important to take the tgz file, otherwise you'll get trouble with links on windows.
4042

4143
_using `npm link`:_

0 commit comments

Comments
 (0)