From 9242f649c0d36ff36ac46c75b097f326062fab2a Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Mon, 29 Aug 2016 17:17:23 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 别字改错 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2571f..26c033e 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ Python实现的数据库。 * Pyramid * cornice:一个Pyramid 的 REST 框架 。[官网](https://cornice.readthedocs.org/en/latest/) * 与框架无关的 - * falcon:一个用来建立云 API 和 web app 后端的噶性能框架。[官网](http://falconframework.org/) + * falcon:一个用来建立云 API 和 web app 后端的高性能框架。[官网](http://falconframework.org/) * sandman:为现存的数据库驱动系统自动创建 REST APIs 。[官网](https://github.com/jeffknupp/sandman) * restless:框架无关的 REST 框架 ,基于从 Tastypie 学到的知识。[官网](http://restless.readthedocs.org/en/latest/) * ripozo:快速创建 REST/HATEOAS/Hypermedia APIs。[官网](https://github.com/vertical-knowledge/ripozo)