Skip to content

Commit ab3f700

Browse files
committed
update meta description and readme
1 parent d8059c6 commit ab3f700

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Browsercraft
22

3-
This is a port of Minecraft to the web using [CheerpJ](https://labs.leaningtech.com/cheerpj).
3+
This is a proof of concept of Minecraft running unmodified in the browser, using [CheerpJ](https://labs.leaningtech.com/cheerpj).
4+
5+
See [the website](https://browsercraft.cheerpj.com) for a live demo and more information.

Diff for: index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<script defer data-domain="minecraft.cheerpj.com" src="https://plausible.leaningtech.com/js/script.js"></script>
99
<link rel="stylesheet" href="style.css">
1010

11-
<meta name="description" content="Open-source port of Minecraft to the web. Play Minecraft in your browser!">
11+
<meta name="description" content="Unmodified Minecraft running in the browser using CheerpJ. Play Minecraft in your browser!">
1212
<meta property="og:title" content="Browsercraft">
13-
<meta property="og:description" content="Open-source port of Minecraft to the web. Play Minecraft in your browser!">
13+
<meta property="og:description" content="Unmodified Minecraft running in the browser using CheerpJ. Play Minecraft in your browser!">
1414
<meta property="og:url" content="https://browsercraft.cheerpj.com">
1515
</head>
1616
<body>
@@ -84,7 +84,7 @@ <h2>How it works</h2>
8484
const share = document.getElementById("share");
8585
const shareData = {
8686
title: "Browsercraft",
87-
text: "Play Minecraft in your browser!",
87+
text: "Unmodified Minecraft running in the browser using CheerpJ. Play Minecraft in your browser!",
8888
url: "https://browsercraft.cheerpj.com",
8989
};
9090
if (navigator.canShare?.(shareData)) {

0 commit comments

Comments
 (0)