From 7d513c198c56b8fa474c9c2f9d8486a18fa1918b Mon Sep 17 00:00:00 2001 From: AmyangXYZ Date: Wed, 6 Jun 2018 10:49:09 +0800 Subject: [PATCH] update readme.md --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e4fa3e0..7eb8f79 100644 --- a/README.MD +++ b/README.MD @@ -44,7 +44,7 @@ Then visit http://127.0.0.1:8000 and login as admin:admin ### VPS -If you want to deploy on your VPS, please clone the [Frontend](https://github.com/U1in/AssassinGo-Front-End) and modify the `base_url` of AJAX and WebSocket, then run `npm run build` and copy the output to `web/` dirctionary as [deploy.sh](./deploy.sh) says. +If you want to deploy on your VPS, please clone the [Frontend](https://github.com/U1in/AssassinGo-Front-End) and modify the `base_url` of AJAX and WebSocket, then run `npm run build` and copy the output to `web/` directory as [deploy.sh](./deploy.sh) says. Remember to add your google-map key in `index.html`.