From c808cb13c7a5ab74b9976cb792ece6bb1ffc41fb Mon Sep 17 00:00:00 2001 From: tzx Date: Mon, 10 Aug 2015 09:33:19 +0800 Subject: [PATCH] add an empty line before quotation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5868aff..e205a8a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ > 在 LeanCloud上,數據存儲是圍繞`AVObject` 進行的。 完整的正確用法: + > 在 LeanCloud 上,数据存储是围绕 `AVObject` 进行的。每个 `AVObject` 都包含了与 JSON 兼容的 key-value 对应的数据。数据是 schema-free 的,你不需要在每个 `AVObject` 上提前指定存在哪些键,只要直接设定对应的 key-value 即可。 :exclamation: 例外:「豆瓣FM」等產品名詞,按照官方所定義的格式書寫。