diff --git a/README.md b/README.md index 031eba7..9ea3f00 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # All the Foxes -Requires installing cairo +Requires installing cairo then running `npm install`. Once everything's installed, run `node server.js`, and you're off to the races. diff --git a/package.json b/package.json index 121bea8..f457ab3 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { - "name": "icogaru", + "name": "foxy-moxy", "version": "1.0.0", - "description": "Iconic ============", - "main": "index.js", + "description": "Makes Fox Faces", + "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/lucaswadedavis/icogaru.git" + "url": "git+ssh://git@github.com/Patreon/foxy-moxy.git" }, - "author": "", + "author": "Luke Davis ", "license": "MIT", "bugs": { - "url": "https://github.com/lucaswadedavis/icogaru/issues" + "url": "https://github.com/Patreon/foxy-moxy/issues" }, - "homepage": "https://github.com/lucaswadedavis/icogaru#readme", + "homepage": "https://github.com/Patreon/foxy-moxy#readme", "dependencies": { "canvas": "^1.6.2", "chance": "^1.0.4",