Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit e892125

Browse files
committed
fix description & keyword, remove async
1 parent 42331a7 commit e892125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="title" content="typescript eslint demo" />
7-
<meta name="description" content="typescript eslint demo" />
7+
<meta name="description" content="typescript eslint playground" />
88
<meta
99
name="keywords"
10-
content="typescript, eslint, typescript-eslint, demo, typescript-eslint-demo"
10+
content="typescript, eslint, typescript-eslint, demo, typescript-eslint-demo, playground"
1111
/>
1212
<meta name="robots" content="index, follow" />
1313
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -45,7 +45,7 @@
4545
background: #fff;
4646
}
4747
</style>
48-
<script async defer src="https://buttons.github.io/buttons.js"></script>
48+
<script defer src="https://buttons.github.io/buttons.js"></script>
4949
</head>
5050
<body>
5151
<div id="app"></div>

0 commit comments

Comments
 (0)