From 1c7dd8f1f4b546c3f23a141be74a630a2b2300d3 Mon Sep 17 00:00:00 2001 From: abedalbaset Date: Tue, 2 Jan 2024 23:38:49 +0300 Subject: [PATCH 1/2] Update README.md translation to english --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9afd05..6e51a3c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ cookiecutter https://github.com/rainist/python project_name [Python Project]: My Python Project ``` -프로젝트 이름을 설정할 수 있습니다. 보통의 이름을 적듯 `-` 와 `_` 없이 설정합니다. +프로젝트 이름을 설정할 수 있습니다. 보통의 이름을 적듯 `-` 와 `_` 없이 설정합니다. [English : You can set the project name. Set it without `-` and `_` as if writing a normal name.] ``` project_slug [my-python-project]: sample-python From 0917b06aa9a8592469c5cc81df6102c5cfc98fbc Mon Sep 17 00:00:00 2001 From: abedalbaset Date: Tue, 2 Jan 2024 23:43:38 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e51a3c..1fa7651 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ project_name [Python Project]: My Python Project project_slug [my-python-project]: sample-python ``` -프로젝트 폴더 이름을 설정할 수 있습니다. 보통 GitHub Repository로 쓰이는 이름과 같게 설정합니다. +프로젝트 폴더 이름을 설정할 수 있습니다. 보통 GitHub Repository로 쓰이는 이름과 같게 설정합니다. [English : You can set the project folder name. Set it the same as the name usually used as GitHub Repository.] ``` package_name [samplepython]: app