diff --git a/README.md b/README.md
index 8a985d6..33fa5a6 100644
--- a/README.md
+++ b/README.md
@@ -8,34 +8,35 @@ For example :
- Time Series Data Augmentations
- Generating Simulations
----
-
## Model Used
### TimeGAN
-
+
- 코드 작성자 : 박경찬
+- pyTorch implementation for `TimeGAN`
- Code Reference : https://github.com/d9n13lt4n/timegan-pytorch
### Variational Recurrent AutoEncoder (VRAE)
-
+
- 코드 작성자 : 정의석
+- pyTorch implementation for `VRAE`
- Code Reference : https://github.com/tejaslodaya/timeseries-clustering-vae
----
## How to use
1. TimeGAN을 이용한 시계열 생성
```python
python run_timegan.py
+
```
2. VRAE를 이용한 시계열 생성
```python
python run_vrae.py
+
```