From f9194f60e36b21160693a916528258d86bf0e418 Mon Sep 17 00:00:00 2001 From: Icemap Date: Fri, 25 Aug 2023 14:16:14 +0800 Subject: [PATCH] fix: leaked change .env file name --- README-zh.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh.md b/README-zh.md index 5cd6af8..4f37bf6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -77,7 +77,7 @@ cd tidb-java-hibernate-quickstart cp env.sh.example env.sh ``` -3. 复制并粘贴对应的连接字符串至 `.env` 中。需更改部分示例结果如下。 +3. 复制并粘贴对应的连接字符串至 `env.sh` 中。需更改部分示例结果如下。 ```shell export TIDB_HOST='{host}.clusters.tidb-cloud.com' @@ -103,7 +103,7 @@ cd tidb-java-hibernate-quickstart cp env.sh.example env.sh ``` -2. 复制并粘贴对应的连接字符串至 `.env` 中。需更改部分示例结果如下。 +2. 复制并粘贴对应的连接字符串至 `env.sh` 中。需更改部分示例结果如下。 ```shell export TIDB_HOST='{tidb_server_host}' diff --git a/README.md b/README.md index 3e03d8e..04b7ae3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ cd tidb-java-hibernate-quickstart cp env.sh.example env.sh ``` -3. Copy and paste the corresponding connection string into `.env`. Change the example results as follows. +3. Copy and paste the corresponding connection string into `env.sh`. Change the example results as follows. ```shell export TIDB_HOST='{host}.clusters.tidb-cloud.com' @@ -103,7 +103,7 @@ cd tidb-java-hibernate-quickstart cp env.sh.example env.sh ``` -2. Copy and paste the corresponding connection string into `.env`. Change the example results as follows. +2. Copy and paste the corresponding connection string into `env.sh`. Change the example results as follows. ```shell export TIDB_HOST='{tidb_server_host}'