Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Update README.md translation to english #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ $ 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
```

프로젝트 폴더 이름을 설정할 수 있습니다. 보통 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
Expand Down