From 17628bbba0c2898ea9c528397701255ecf8f54a5 Mon Sep 17 00:00:00 2001 From: LielinJiang Date: Thu, 22 Oct 2020 07:35:33 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbb82c..1fcc424 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip install -v -e . # or "python setup.py develop" Please refer to [data prepare](./docs/data_prepare.md) for dataset preparation. ## Get Start -Please refer [get stated](./docs/get_started.md) for the basic usage of PaddleGAN. +Please refer [get started](./docs/get_started.md) for the basic usage of PaddleGAN. ## Model tutorial * [Pixel2Pixel and CycleGAN](./docs/tutorials/pix2pix_cyclegan.md) -- GitLab