Skip to content

Commit c3806f2

Browse files
committed
Update README.md
1 parent 93a2652 commit c3806f2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,12 @@ Network layer for creating different requests like GET, POST, PUT, DELETE etc cu
6464

6565
# The concept
6666

67-
* Proxy is defining a communication layer. They are responsible for exchanging data with different data sources.
68-
* Reader is used to interpret data to be loaded into a Model instance
67+
* Proxy is defining a communication layer. Proxy is responsible for exchanging data with different data sources.
68+
* Reader and Writer are used to interpret data.
6969

7070
![The concept](https://github.com/The-Igor/async-http-client/blob/main/img/concept.png)
7171

7272

73-
74-
75-
7673
## Try it in the real environment
7774
### Simple server installation (mocking with NodeJS Express)
7875

0 commit comments

Comments
 (0)