We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527a89f commit f1af3ecCopy full SHA for f1af3ec
1 file changed
README.md
@@ -10,7 +10,7 @@
10
```
11
2. Install the template (Copy this into git bash).
12
```bash
13
- git remote add template https://bitbucket.org/dmgdevelopmentteam/typescript-project-template/ && git pull template master --allow-unrelated-histories && git remote remove template
+ git remote add template https://github.com/StatelessStudio/typescript-template/ && git pull template master --allow-unrelated-histories && git remote remove template
14
15
3. Replace "typescript-template" with the name of your app project-wide (**No Spaces or special characters except dash!**)
16
4. `npm i`
0 commit comments