From 2f89ee493793cc1f5a59b1186b22b8c81e9fc801 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 16 Aug 2021 21:31:05 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d35395a..285f1470 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti Browse to http://localhost:3001 after started. -If you want to change port and volume, or need to browse via a reserve proxy, please read: https://github.com/louislam/uptime-kuma/wiki/Installation. +If you want to change **port** and **volume**, or need to browse via a reserve proxy, please read wiki. ### 💪🏻 Without Docker (Recommanded for x86/x64 only) @@ -55,7 +55,7 @@ pm2 start npm --name uptime-kuma -- run start-server Browse to http://localhost:3001 after started. -If you want to change port and hostname, or need to browse via a reserve proxy, please read: https://github.com/louislam/uptime-kuma/wiki/Installation. +If you want to change **port** and **hostname**, or need to browse via a reserve proxy, please read wiki. ## 🆙 How to Update