diff --git a/README.md b/README.md index 9662ae6..f84df5d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa - use the play command if you to play at a specified time - chunk caching - stores the minecraft login token to avoid account blocking -- antiAFK pulgin bypass +- antiAFK plugin bypass # How to install 1. Download node.js and install it. On non-windows platforms, you also need npm. diff --git a/package.json b/package.json index 413c906..ca5239c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "2smart2wait", "version": "1.0.0", "description": "feature rich fork of 2bored2wait", - "main": "discordBot.js", + "main": "src/main.js", "author": "MrGeorgen", + "repository": "git://git.redstoneunion.de/MrGeorgen/2smart2wait.git", "scripts": { "start": "(cd src && node main.js && cd -)" },