Skip to content

Commit

Permalink
Quick review
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored Dec 14, 2023
1 parent e8b159a commit b557f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Fast and readable async non-blocking network apps**

Netius is a Python network library that can be used for the rapid creation of asynchronous non-blocking
Netius is a Python network library that can be used for the rapid creation of asynchronous, non-blocking
servers and clients. It has no dependencies, it's cross-platform, and brings some sample netius-powered
servers out of the box, namely a production-ready WSGI server.

Expand All @@ -25,8 +25,8 @@ pip install netius

Or download the source from [GitHub](https://github.com/hivesolutions/netius).

Netius has no dependencies and is therefore cross-platform. It's compatible with [PyPy](http://pypy.org),
with which its benefits of performance increase up to 1.5x - 2.5x faster in most environments, when
Netius has no dependencies and is, therefore cross-platform. It's compatible with [PyPy](http://pypy.org),
with which its benefits of performance increase up to 1.5x - 2.5x faster in most environments when
compared with running it with the CPython interpreter.

## Usage
Expand Down

0 comments on commit b557f4b

Please sign in to comment.