From 021aa4d8c3fd473f8ed74edc9e179ed790f049ea Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 23 Mar 2021 10:00:19 +0000 Subject: [PATCH] fix typo --- README.md | 4 ++-- README_cn.md | 4 ++-- docs/{geting_started.md => getting_started.md} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/{geting_started.md => getting_started.md} (100%) diff --git a/README.md b/README.md index 3b8b69a31..f5a5c5fbc 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Please see [install](docs/install.md). ## Getting Started -Please see [Getting Started](docs/geting_started.md) and [tiny egs](examples/tiny/README.md). +Please see [Getting Started](docs/getting_started.md) and [tiny egs](examples/tiny/README.md). ## More Information * [Install](docs/install.md) -* [Getting Started](docs/geting_started.md) +* [Getting Started](docs/getting_started.md) * [Data Prepration](docs/data_preparation.md) * [Data Augmentation](docs/augmentation.md) * [Ngram LM](docs/ngram_lm.md) diff --git a/README_cn.md b/README_cn.md index c89b8cabc..8a2544e4d 100644 --- a/README_cn.md +++ b/README_cn.md @@ -22,12 +22,12 @@ ## 开始 -请查看 [Getting Started](docs/geting_started.md) 和 [tiny egs](examples/tiny/README.md)。 +请查看 [Getting Started](docs/getting_started.md) 和 [tiny egs](examples/tiny/README.md)。 ## 更多信息 * [安装](docs/install.md) -* [开始](docs/geting_started.md) +* [开始](docs/getting_started.md) * [数据处理](docs/data_preparation.md) * [数据增强](docs/augmentation.md) * [语言模型](docs/ngram_lm.md) diff --git a/docs/geting_started.md b/docs/getting_started.md similarity index 100% rename from docs/geting_started.md rename to docs/getting_started.md