From 332a846255630ac5dfad0eb0224f6758a4bfdbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E8=BF=9C?= Date: Mon, 29 Aug 2016 15:06:43 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTPP 是什么? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d436e98..2aa2ef6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## 简介 -这是一份关于 HTPP+JSON API设计的最佳实践指南,是在[Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference) 基础上改进的。 +这是一份关于 HTTP+JSON API设计的最佳实践指南,是在[Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference) 基础上改进的。 我们的目标是在业务逻辑中尽可能保持一致和专注,同时避免设计中的脱节。我们需要一个 *良好的*,*具有一致性*,*文档齐备*的 API 设计,并不是*一成不变*的。 -我们假设你已经熟悉了HTPP+JSON API,因此这份文档不会覆盖这些基础知识。 +我们假设你已经熟悉了HTTP+JSON API,因此这份文档不会覆盖这些基础知识。 欢迎大家对这份指南做出改进贡献[contributions]