Skip to content

Commit

Permalink
fix: leaked change .env file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemap committed Aug 25, 2023
1 parent bc9636e commit f9194f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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}'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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}'
Expand Down

0 comments on commit f9194f6

Please sign in to comment.