Skip to content

Commit 7938f1e

Browse files
committed
Updated README
1 parent d71ea71 commit 7938f1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource-constrained systems like microcontrollers.
88
Its main features are:
99

1010
- Compact size
11-
- Only ~1500 lines of code
11+
- Only ~2000 lines of code
1212
- Client and server code can be disabled, if not needed
1313
- No dynamic memory allocations
1414
- Transports:
@@ -32,7 +32,7 @@ Its main features are:
3232
- 43/14 (0x2B/0x0E) Read Device Identification
3333
- Platform-agnostic
3434
- Requires only C99 and its standard library
35-
- Data transport read/write function are implemented by the user
35+
- Data transport read/write functions are implemented by the user
3636
- User-definable CRC function for better performance
3737
- Broadcast requests and responses
3838

@@ -96,13 +96,13 @@ int main(int argc, char* argv[]) {
9696
9797
## Installation
9898
99-
### Integrate source code to your project
99+
### Manual
100100
101101
Just copy `nanomodbus.c` and `nanomodbus.h` inside your application codebase.
102102
103103
### CMake project
104104
105-
nanomodbus supports library linking by using cmake.
105+
nanomodbus supports library linking by using CMake.
106106
107107
```cmake
108108
FetchContent_Declare(

0 commit comments

Comments
 (0)