Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 50c0717

Browse files
authored
Merge pull request #63 from citricacid2/patch-1
Fix typo
2 parents 2b8baa3 + 1787afb commit 50c0717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the end, it is just my personal opinion and can be ignored safely. Just ask y
2525
1. After running the first cell,`Your free tunnel has started! Visit it <tunnel_address>` would be logged in the notebook console.
2626
2. Download [Cloudflared client](https://github.com/cloudflare/cloudflared/releases/) on all the client machines.
2727
3. Now on your local machine, launch the binary with `./cloudflared-linux-amd64 access tcp --hostname <tunnel_address> --url 127.0.0.1:25565`
28-
4. Finally, connect to `127.0.0.1:2556` from your minecraft client.
28+
4. Finally, connect to `127.0.0.1:25565` from your minecraft client.
2929

3030
## :zap: So, how does it actually work?
3131
As Google Colab is a VM running Ubuntu server as base OS, it can be easily used as a Minecraft server. Here are the steps which the notebook performs to setup the server:

0 commit comments

Comments
 (0)