Skip to content

Commit e3556b3

Browse files
alkavats1alan-agius4
authored andcommitted
docs: removed the deprecated tag of align center in readme file
1 parent eaffdc0 commit e3556b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
Any changes to README.md directly will result in a failure on CI.
1111
-->
1212

13-
<h1 align="center">Angular CLI - The CLI tool for Angular.</h1>
13+
<h1 style="text-align: center">Angular CLI - The CLI tool for Angular.</h1>
1414

15-
<p align="center">
15+
<p style="text-align: center">
1616
<br>
1717
<img src="/docs/images/angular-cli-logo.png" alt="Angular CLI logo" width="100px" height="108px"/>
1818
<br><br>
@@ -21,12 +21,12 @@
2121
<br>
2222
</p>
2323

24-
<p align="center">
24+
<p style="text-align: center">
2525
<a href="https://cli.angular.io"><strong>cli.angular.io</strong></a>
2626
<br>
2727
</p>
2828

29-
<p align="center">
29+
<p style="text-align: center">
3030
<a href="CONTRIBUTING.md">Contributing Guidelines</a>
3131
·
3232
<a href="https://github.com/angular/angular-cli/issues">Submit an Issue</a>
@@ -36,7 +36,7 @@
3636
<br>
3737
</p>
3838

39-
<p align="center">
39+
<p style="text-align: center">
4040
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
4141
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
4242
</a>&nbsp;

scripts/templates/readme.ejs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
Any changes to README.md directly will result in a failure on CI.
1111
-->
1212

13-
<h1 align="center">Angular CLI - The CLI tool for Angular.</h1>
13+
<h1 style="text-align: center">Angular CLI - The CLI tool for Angular.</h1>
1414

15-
<p align="center">
15+
<p style="text-align: center">
1616
<br>
1717
<img src="/docs/images/angular-cli-logo.png" alt="Angular CLI logo" width="100px" height="108px"/>
1818
<br><br>
@@ -21,12 +21,12 @@
2121
<br>
2222
</p>
2323

24-
<p align="center">
24+
<p style="text-align: center">
2525
<a href="https://cli.angular.io"><strong>cli.angular.io</strong></a>
2626
<br>
2727
</p>
2828

29-
<p align="center">
29+
<p style="text-align: center">
3030
<a href="CONTRIBUTING.md">Contributing Guidelines</a>
3131
·
3232
<a href="https://github.com/angular/angular-cli/issues">Submit an Issue</a>
@@ -36,7 +36,7 @@
3636
<br>
3737
</p>
3838

39-
<p align="center">
39+
<p style="text-align: center">
4040
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
4141
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
4242
</a>&nbsp;

0 commit comments

Comments
 (0)