diff --git a/README.md b/README.md
index cb8e9d38..248f3ca9 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ $ npm run dev
## Environment
-
+
## Config
@@ -57,15 +57,13 @@ $ npm run dev
## Development
-
-
-
-
+
+
+
+
: 전역 상태관리
- : 팝업 안내 메시지
-
+ : 팝업 안내 메시지
: 이미지 슬라이더
-
# 화면 구성
@@ -95,7 +93,7 @@ $ npm run dev
- 팀원 내 입문자를 배려하여 상대적으로 사용이 쉬운 [ZUSTAND](https://zustand-demo.pmnd.rs/)를 사용
- context wrapping하는 과정이 필요하지 않음
- - [src/store.ts](https://github.com/howooking/KDT5-M5/blob/0172a31077634c42139005c52c4e62156e3ab2ba/src/store.ts#L1-L64)
+ - [src/store.ts](https://github.com/howooking/KDT5-M5/blob/00c7b69fb881e9e7c8cf781f5b96cfd1c15e7b6b/src/store.ts#L1C1-L69)
```js
import { create } from 'zustand';