Merge pull request #148 from AmitGurbani/master

chore: fix npm link
This commit is contained in:
Stoyan Stratev 2020-01-02 14:55:32 +02:00 коммит произвёл GitHub
Родитель 94f487c527 8d675ad102
Коммит 13eec97db5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ Or the `--ng` shorthand.
tns create my-hello-world-ng --ng
```
> Note: Both commands will create a new NativeScript app that uses the latest version of this template published to [npm] (https://www.npmjs.com/package/tns-template-hello-world-ng).
> Note: Both commands will create a new NativeScript app that uses the latest version of this template published to [npm](https://www.npmjs.com/package/tns-template-hello-world-ng).
If you want to create a new app that uses the source of the template from the `master` branch, you can execute the following: