Update docs

This commit is contained in:
Mimi 2019-10-14 00:57:01 +08:00
parent 8c1ad1aaa3
commit 267a787387
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ cd paper.io
npm install npm install
``` ```
## Running ## Usage
After cloning this repository, run the follow commands to install dependencies and set up server. Enjoy! After cloning this repository, run the follow commands to install dependencies and set up server. Enjoy!

View File

@ -1,5 +1,5 @@
{ {
"name": "Paper-io", "name": "paper-io",
"version": "0.0.1", "version": "0.0.1",
"description": "An multiplayer-IO type game (cloned from Paper-IO)", "description": "An multiplayer-IO type game (cloned from Paper-IO)",
"main": "server.js", "main": "server.js",
@ -16,7 +16,7 @@
"IO", "IO",
"Game" "Game"
], ],
"author": "theKidOfArcrania", "author": "Mimi <stevenjoezhang@gmail.com> https://zhangshuqiao.org",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/stevenjoezhang/paper.io/issues" "url": "https://github.com/stevenjoezhang/paper.io/issues"