From 48662597e63e15219d60c99c521e8acda13bba4b Mon Sep 17 00:00:00 2001 From: netptop Date: Mon, 11 May 2020 12:57:24 -0400 Subject: [PATCH] fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1ed3f..6900091 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia 4. 在github上修改你刚fork的repo, 将procfile里的域名修改为你的新域名: "web: herokuAddr=siteproxy.herokuapp.com npm run start" ====> "web: herokuAddr=your-domain-name.herokuapp.com npm run start" -5. 现在可以在浏览器里面访问你的新域名了: https://your-domain-name.now.sh +5. 现在可以在浏览器里面访问你的新域名了: https://your-domain-name.herokuapp.com ``` ## 部署到vps服务器/vps deployment