From f99f252b5c9b9c84d8c2b0e75c4465c72c393c21 Mon Sep 17 00:00:00 2001 From: salagadoola Date: Thu, 14 Jul 2016 10:18:01 +0800 Subject: [PATCH] Update document file location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0c4fc..fd5bdbe 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ func photoPickerViewController(picker: YMSPhotoPickerViewController!, didFinishP ### Instruction - **Sample Codes** has been written in YangMangShanDemo project. You can read code to know about "How to implement these features in your project". Just use github to clone YangMingShan to your local disk. It should run well with your Xcode. - - **API Reference Documents** > Please refer the [gh-pages](https://yahoo.github.io/YangMingShan/) in YangMingShan project. (Doc/index.html). We use [appledoc](https://github.com/tomaz/appledoc) to generate this document. The command line we generate current document is + - **API Reference Documents** > Please refer the [gh-pages](https://yahoo.github.io/YangMingShan/) in YangMingShan project. We use [appledoc](https://github.com/tomaz/appledoc) to generate this document. The command line we generate current document is ```shell appledoc --output {TARGET_FOLDER} --project-name "YangMingShan" --project-company "Yahoo" --company-id "com.yahoo" --no-warn-undocumented-object --keep-intermediate-files --ignore Private {YANGMINGSHAN_LOCOCAL_ROPOSITORY}