Skip to content

Commit

Permalink
Typo and grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Apr 5, 2021
1 parent 68f87b4 commit 1036bbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PyWebIO provides a series of imperative functions to obtain user input and outpu

Features:

- Use synchronization instead of callback-based method to get input
- Use synchronization instead of a callback-based method to get input
- Non-declarative layout, simple and efficient
- Less intrusive: old script code can be transformed into a Web application only by modifying the input and output operation
- Support integration into existing web services, currently supports Flask, Django, Tornado, aiohttp, FastAPI framework
Expand All @@ -66,7 +66,7 @@ pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip

**Prerequisites**: PyWebIO requires Python 3.5.2 or newer

## Quick start
## Quickstart

**Hello, world**

Expand Down Expand Up @@ -121,7 +121,7 @@ if __name__ == '__main__':

**Integration with web framework**

To integrate PyWebIO application into Tornado, all you need is adding a `RequestHandler` to the existing Tornado application:
To integrate a PyWebIO application into Tornado, all you need is to add a `RequestHandler` to the existing Tornado application:

```python
import tornado.ioloop
Expand Down Expand Up @@ -224,7 +224,7 @@ pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip

**系统要求**: PyWebIO要求 Python 版本在 3.5.2 及以上

## Quick start
## Quickstart

**Hello, world**

Expand Down Expand Up @@ -312,4 +312,3 @@ if __name__ == "__main__":
## Document

使用手册和实现文档见 [https://pywebio.readthedocs.io](https://pywebio.readthedocs.io/zh_CN/latest/)

0 comments on commit 1036bbb

Please sign in to comment.