diff --git a/README.md b/README.md
index d5e4900..c2c39fd 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@
- ArgoCD
- Argo Rollout (Optional)
- Sonarqube (Optional)
-- [bookinfo source](https://git.jhcloud.kr/junghun_byeon/bookinfo.git)
-- [ClusterTask](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/clustertask)
-- [Template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template)
+- [bookinfo source](https://git.jhcloud.kr/junghun_byeon/bookinfo.git)
+- [ClusterTask](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/clustertask)
+- [Template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template)
- trivy check task를 위한 pvc 1개 (Optional)
- 사용을 원치 않을 경우 template에서 해당 단계 삭제 (추천)
```
@@ -32,16 +32,16 @@ spec:
## Gitlab Porject 생성

-- [bookinfo source](https://git.jhcloud.kr/junghun_byeon/bookinfo.git) 프로젝트의 소스를 수행하는 환경의 Gitlab에 추가.
+- [bookinfo source](https://git.jhcloud.kr/junghun_byeon/bookinfo.git) 프로젝트의 소스를 수행하는 환경의 Gitlab에 추가.

-- [Template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template) 프로젝트에서 ["app.yaml.template"](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template/app.yaml.template)을 받아 수행하는 환경의 Gitlab에 추가.
-- 프로젝트 명, 파일 명, 파일 경로 모두 동일하게 생성 (수정을 원하는 경우 template.yaml 에서 수정 필요)
+- [Template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template) 프로젝트에서 ["app.yaml.template"](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template/app.yaml.template)을 받아 수행하는 환경의 Gitlab에 추가.
+- 프로젝트 명, 파일 명, 파일 경로 모두 동일하게 생성 (수정을 원하는 경우 template.yaml 에서 수정 필요)
## ArgoCD Repositories 등록

- ArgoCD에 접속 및 로그인
-- Settings > Repositories > Connect repo using HTTPS 메뉴에서 생성한 appyaml 프로젝트 등록
+- Settings > Repositories > Connect repo using HTTPS 메뉴에서 생성한 appyaml 프로젝트 등록

- Successful 상태 확인
@@ -63,7 +63,7 @@ spec:
## ClusterTask 추가
-- [clustertask](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/clustertask)에서 모든 yaml을 받아 수행하는 환경에 apply
+- [clustertask](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/clustertask)에서 모든 yaml을 받아 수행하는 환경에 apply
- HyperCloud Console을 통해서 추가하여도 무방
- sendmail task를 사용할 경우 mailsecret.yaml 수정 필요
```
@@ -80,7 +80,7 @@ stringData:
```
## Template 추가
-- [template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template)에서 template.yaml을 받아 수행하는 환경에 apply
+- [template](https://git.jhcloud.kr/junghun_byeon/bookinfo-cicd-tmaxcloud/src/branch/main/template)에서 template.yaml을 받아 수행하는 환경에 apply
- HyperCloud Console을 통해서 추가하여도 무방
## 서비스 브로커 갱신