Correcting npm link
This commit is contained in:
Amit Gurbani 2019-12-27 16:08:37 +05:30 коммит произвёл GitHub
Родитель 7d779cad5a
Коммит 8d675ad102
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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: