Skip to content

Commit 63ae480

Browse files
committed
Meta tweaks
1 parent 441ec1f commit 63ae480

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta name="author" content="Sindre Sorhus">
66
<meta name="description" content="JavaScript Fullscreen API demo">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta itemprop="name" content="screenfull.js">
8+
<meta itemprop="name" content="screenfull">
99
<meta itemprop="description" content="Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have too.">
10-
<title>screenfull.js demo</title>
10+
<title>screenfull demo</title>
1111
<style>
1212
html {
1313
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
@@ -104,7 +104,7 @@
104104
</style>
105105
</head>
106106
<body>
107-
<a id="repo-link" href="https://github.com/sindresorhus/screenfull.js">⬅ Back to the repo</a>
107+
<a id="repo-link" href="https://github.com/sindresorhus/screenfull">⬅ Back to the repo</a>
108108
<section id="container" class="container">
109109
<header>
110110
<h1>screenfull<span>.js</span></h1>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "6.0.0",
44
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
55
"license": "MIT",
6-
"repository": "sindresorhus/screenfull.js",
6+
"repository": "sindresorhus/screenfull",
77
"funding": "https://github.com/sponsors/sindresorhus",
88
"author": {
99
"name": "Sindre Sorhus",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you cannot use ESM or need to support older browsers without using transpilat
99

1010
**This package is feature complete. No new features will be accepted.**
1111

12-
#### [Demo](https://sindresorhus.com/screenfull.js)
12+
#### [Demo](https://sindresorhus.com/screenfull)
1313

1414
## Install
1515

@@ -168,7 +168,7 @@ if (screenfull.isEnabled) {
168168
}
169169
```
170170

171-
See the [demo](https://sindresorhus.com/screenfull.js) for more examples, and view the source.
171+
See the [demo](https://sindresorhus.com/screenfull) for more examples, and view the source.
172172

173173
#### Fullscreen an element with Angular.js
174174

0 commit comments

Comments
 (0)