From f691d78a005d36d8772d02c641e94a4f1fad39b5 Mon Sep 17 00:00:00 2001 From: jason5ng32 Date: Sun, 5 May 2024 13:39:48 +0800 Subject: [PATCH] Update Readme --- CONTRIBUTING.md | 2 +- README.md | 2 +- README_FR.md | 2 +- README_ZH.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51f17c95..3ca9d275 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ Ensure that all tests pass and, if applicable, add new tests for your changes. R When you're ready to submit your changes: -1. Rebase your branch to the latest main branch. +1. Rebase your branch to the latest `dev` branch. 2. Ensure your changes adhere to the coding standards and guidelines. 3. Submit a pull request with a clear description of your changes. diff --git a/README.md b/README.md index 8fad5c4e..8ebe5545 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The program will run on port 18966. ### Using Vercel -Click the 'Deploy to Vercel' button at the top to complete the deployment. +Click the 'Deploy to Vercel' button at the top to complete the deployment. Note that some features are not available on Vercel (see the environment variable section for details). ### Using Docker diff --git a/README_FR.md b/README_FR.md index 72e2eafd..305ecabd 100644 --- a/README_FR.md +++ b/README_FR.md @@ -83,7 +83,7 @@ Le programme s'exécutera sur le port 18966. ### Using Vercel -Cliquez sur le bouton 'Déployer sur Vercel' en haut pour terminer le déploiement. +Cliquez sur le bouton 'Déployer sur Vercel' en haut pour terminer le déploiement. Veuillez noter que certaines fonctionnalités ne sont pas disponibles sur Vercel (voir la section des variables d'environnement pour plus de détails). ### Using Docker diff --git a/README_ZH.md b/README_ZH.md index 1bc0a8de..50c58fc1 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -69,7 +69,7 @@ git clone https://github.com/jason5ng32/MyIP.git npm install ``` -编译: +构建: ```bash npm run build @@ -85,7 +85,7 @@ npm start ### 使用 Vercel -点击顶部的部署到 Vercel 按钮,即可完成部署。 +点击顶部的部署到 Vercel 按钮,即可完成部署。需要注意的是,部分功能在 Vercel 上不可用(详见环境变量部分说明)。 ### 使用 Docker