Skip to content

Commit 5d932cc

Browse files
committed
Update README
1 parent 9c659de commit 5d932cc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<br>
1212
<br>
1313
<a href="https://angular.ganatan.com/">
14-
<img src="https://media.giphy.com/media/RfqiR12yhtHpwaItBq/giphy.gif" alt="Angular 9 Example Application"/>
14+
<img src="https://media.giphy.com/media/RfqiR12yhtHpwaItBq/giphy.gif" alt="Angular 10 Example Application"/>
1515
</a>
1616
</p>
1717
</p>
@@ -30,8 +30,8 @@
3030

3131
## Status
3232

33-
[![GitHub stars](https://img.shields.io/github/stars/ganatan/angular9-app.svg?style=social&label=Star)](https://github.com/ganatan/angular9-app)
34-
[![GitHub forks](https://img.shields.io/github/forks/ganatan/angular9-app.svg?style=social&label=Fork)](https://github.com/ganatan/angular9-app/fork)
33+
[![GitHub stars](https://img.shields.io/github/stars/ganatan/angular10-app.svg?style=social&label=Star)](https://github.com/ganatan/angular10-app)
34+
[![GitHub forks](https://img.shields.io/github/forks/ganatan/angular10-app.svg?style=social&label=Fork)](https://github.com/ganatan/angular10-app/fork)
3535

3636

3737

@@ -77,10 +77,10 @@
7777

7878
```bash
7979
# clone the repo
80-
git clone https://github.com/ganatan/angular9-app.git
80+
git clone https://github.com/ganatan/angular10-app.git
8181

8282
# change directory
83-
cd angular9-app
83+
cd angular10-app
8484

8585
# install the repo with npm
8686
npm install

src/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="utf-8">
56
<title>AngularStarter</title>
@@ -8,20 +9,22 @@
89
<link rel="icon" type="image/x-icon" href="favicon.ico">
910

1011
<!-- Global site tag (gtag.js) - Google Analytics -->
11-
<script async="" src="https://www.googletagmanager.com/gtag/js?id=YOUR-ID"></script>
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135732895-2"></script>
1213
<script>
1314
window.dataLayer = window.dataLayer || [];
1415
function gtag() { dataLayer.push(arguments); }
1516
gtag('js', new Date());
1617

17-
gtag('config', 'YOUR-ID');
18+
gtag('config', 'UA-135732895-2');
1819
</script>
1920

2021
<link rel="manifest" href="manifest.webmanifest">
2122
<meta name="theme-color" content="#1976d2">
2223
</head>
24+
2325
<body>
2426
<app-root></app-root>
2527
<noscript>Please enable JavaScript to continue using this application.</noscript>
2628
</body>
27-
</html>
29+
30+
</html>

0 commit comments

Comments
 (0)