Fix typo in README.md

This commit is contained in:
Kodi Craft 2024-06-21 11:58:24 +02:00
parent a169806b32
commit ffda8eb639
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -6,7 +6,7 @@ Eagle is still in development and not currently usable. The current state is bar
## What is Eagle? ## What is Eagle?
Eagle is a library designed to make "full-stack" applications with Rust. It allows you to define a communication protocl Eagle is a library designed to make "full-stack" applications with Rust. It allows you to define a communication protocol
based on simple "questions" and "answers" which can be implemented as simple functions. From the perspective of the client based on simple "questions" and "answers" which can be implemented as simple functions. From the perspective of the client
(which sends "questions") the protocol is simply a set of async functions on a struct. From the perspective of the server (which sends "questions") the protocol is simply a set of async functions on a struct. From the perspective of the server
(which sends "answers") the protocol is a trait which it implements on any struct of its choice. (which sends "answers") the protocol is a trait which it implements on any struct of its choice.