Skip to content

Commit 565abad

Browse files
authored
chore: update README
1 parent 7672974 commit 565abad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![Build Status](https://travis-ci.org/standy66/purerpc.png?branch=master)](https://travis-ci.org/standy66/purerpc)
44

5-
Asynchronous pure Python gRPC server and client implementation supporting
5+
Asynchronous pure Python gRPC client and server implementation supporting
66
[asyncio](https://docs.python.org/3/library/asyncio.html),
77
[curio](https://github.com/dabeaz/curio) and
8-
[trio](https://github.com/python-trio/trio).
8+
[trio](https://github.com/python-trio/trio) (achieved with [anyio](https://github.com/agronholm/anyio) compatibility layer).
99

1010
## Requirements
1111

@@ -99,4 +99,4 @@ if __name__ == "__main__":
9999

100100
You can mix server and client code, for example make a server that requests something using purerpc from another gRPC server, etc.
101101

102-
More examples in `misc/` folder
102+
More examples in `misc/` folder

0 commit comments

Comments
 (0)