Skip to content

Commit

Permalink
Merge pull request #199 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Update Readme
jason5ng32 authored May 5, 2024
2 parents 3328fde + f691d78 commit 373bd3b
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion README_FR.md
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 373bd3b

Please sign in to comment.