Skip to content

Commit 60495f8

Browse files
committed
update readme
1 parent b49e599 commit 60495f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 [proxy](https://github.com/michaljaz/web-minecraft-proxy) that translates Websocket connection to TCP and then to real minecraft server, so you can play minecraft in the browser. Web-minecraft now only supports minecraft 1.16.5.
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.
99

1010
## Demo
1111
Live demo with no installation: https://minecraft.js.org.
@@ -19,7 +19,7 @@ npm start
1919
```
2020
This will start express and webpack in development mode: whenever you save a file, the build will be redone (it takes 2s), and you can refresh the page to get the new result.
2121

22-
Connect to http://localhost:8080 in your browser. Also specify correct server(1.16.5) ip in url param.
22+
Connect to http://localhost:8080 in your browser. Also specify correct server ip in url param.
2323

2424

2525
## Screenshots

0 commit comments

Comments
 (0)