Skip to content

Commit 817a864

Browse files
committed
grammar fixes
1 parent be908c5 commit 817a864

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Protocol consists of three parts:
2020

2121
## Communication protocol
2222

23-
The [ProtoBuf] (see [Protobuf version]) is used to serialize and deserialize messages. The message format
23+
[ProtoBuf] (see [Protobuf version]) is used to serialize and deserialize messages. The message format
2424
specification can be found in the protobuf folder.
2525

2626
Each message must be prefixed with a four bytes long (uint32_t data type) header, which holds
27-
information about the size of the ProtoBuf message.
27+
information about the size of the Protobuf message.
2828

29-
Check the Fleet Protocol v2 documentation tolearn more about the system architecture:
29+
Check the Fleet Protocol v2 documentation to learn more about the system architecture:
3030

3131
- [Summary] - overall high-level summary
3232
- [Fleet Protocol Requirements]
@@ -78,7 +78,7 @@ Optional fields have defaults as described in the [ProtoBuf] v3 doc.
7878

7979
## Repo structure
8080

81-
This repository contains base C API and CMake project to easy
81+
This repository contains a basic C API and CMake project to easily
8282
implement Fleet Protocol Modules.
8383

8484
### Examples

0 commit comments

Comments
 (0)