Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2022
1 parent 441ec1f commit 63ae480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta name="author" content="Sindre Sorhus">
<meta name="description" content="JavaScript Fullscreen API demo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="name" content="screenfull.js">
<meta itemprop="name" content="screenfull">
<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.">
<title>screenfull.js demo</title>
<title>screenfull demo</title>
<style>
html {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -104,7 +104,7 @@
</style>
</head>
<body>
<a id="repo-link" href="https://github.com/sindresorhus/screenfull.js">⬅ Back to the repo</a>
<a id="repo-link" href="https://github.com/sindresorhus/screenfull">⬅ Back to the repo</a>
<section id="container" class="container">
<header>
<h1>screenfull<span>.js</span></h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.0",
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
"license": "MIT",
"repository": "sindresorhus/screenfull.js",
"repository": "sindresorhus/screenfull",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you cannot use ESM or need to support older browsers without using transpilat

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

#### [Demo](https://sindresorhus.com/screenfull.js)
#### [Demo](https://sindresorhus.com/screenfull)

## Install

Expand Down Expand Up @@ -168,7 +168,7 @@ if (screenfull.isEnabled) {
}
```

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

#### Fullscreen an element with Angular.js

Expand Down

0 comments on commit 63ae480

Please sign in to comment.