Skip to content

Commit

Permalink
simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerschoe committed Mar 29, 2021
1 parent 4710c85 commit 0e6b380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you do not use CMake, you still can build the project, you merely need to
compile the `*.cpp` files in the PjonHL directory and link against them. When
compiling you need to have the Pjon source directory as an include path.

## Simplified Concept
## Concept
PjonHL consists of two main classes:

### Bus:
Expand Down Expand Up @@ -128,7 +128,7 @@ if(receivedPacket.isValid())
}
```

## Simplified Class relationship:
## Class relationship:
```
---------------------- ---------------------------------------------------
| Connection | | Bus |
Expand Down

0 comments on commit 0e6b380

Please sign in to comment.