Skip to content

Commit 077117f

Browse files
authored
Merge pull request #1964 from dev-hato/massongit-patch-1
以下の -> 次の
2 parents b59aa24 + ffcfeff commit 077117f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
docker compose up -d --wait
6060
```
6161

62-
Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します
62+
Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します
6363

6464
```sh
6565
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
@@ -73,7 +73,7 @@
7373
docker compose restart
7474
```
7575

76-
Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します
76+
Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します
7777

7878
```sh
7979
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")

README.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
docker compose up -d --wait
6060
```
6161

62-
Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します
62+
Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します
6363

6464
```sh
6565
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
@@ -73,7 +73,7 @@
7373
docker compose restart
7474
```
7575

76-
Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します
76+
Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します
7777

7878
```sh
7979
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")

0 commit comments

Comments
 (0)