Skip to content

Commit 21f8f93

Browse files
committed
change name to webmc
1 parent 6a9a1be commit 21f8f93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# web-minecraft
1+
# WebMc
22

33
[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](https://discord.gg/h6DQzDx2G7)
44
[![Try it on gitpod](https://img.shields.io/badge/try-on%20gitpod-brightgreen.svg)](https://gitpod.io/#https://github.com/michaljaz/web-minecraft)
55
[![Build and Deploy](https://github.com/michaljaz/web-minecraft/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/michaljaz/web-minecraft/actions/workflows/github-pages.yaml)
66
## About
77

8-
**Web-minecraft is minecraft client written in Javascript.** From web browser this client connects to websocket proxy and then to real minecraft server, so you can play minecraft in the browser.
8+
**WebMc is minecraft client written in Javascript.** From web browser this client connects to websocket proxy and then to real minecraft server, so you can play minecraft in the browser.
99

1010
## Demo
1111
Live demo with no installation: https://minecraft.js.org.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web-minecraft",
2+
"name": "webmc",
33
"version": "1.0.0",
44
"description": "Minecraft client written in Javascript",
55
"scripts": {
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/michaljaz/web-minecraft.git"
18+
"url": "git://github.com/michaljaz/webmc.git"
1919
},
2020
"keywords": [
2121
"minecraft",

0 commit comments

Comments
 (0)