diff --git a/README.md b/README.md
index da19999..27acccd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Starbugs
+Wingbase
===
This is a stupid little game where you fly around and bump into asteroids and stuff.
diff --git a/index.js b/index.js
index 24e97ea..40e50d3 100644
--- a/index.js
+++ b/index.js
@@ -4,6 +4,6 @@
const packageJson = require('./package.json');
-console.log(`Starbugs version ${packageJson.version} running.`);
+console.log(`Wingbase version ${packageJson.version} running.`);
require('./server/')();
diff --git a/package.json b/package.json
index 445a30b..05f125d 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
- "name": "starbugs",
+ "name": "wingbase",
"version": "0.0.1",
- "description": "Game or something",
+ "description": "2D multiplayer space arcade game",
"main": "index.js",
"repository": {
"type": "git",
- "url": "bitbucket:Asraelite/starbugs"
+ "url": "bitbucket:Asraelite/wingbase"
},
"private": true,
"scripts": {
diff --git a/public/index.html b/public/index.html
index f25f3e1..da12e01 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
- Starbugs
+ Wingbase
@@ -16,7 +16,7 @@
-