diff --git a/README.md b/README.md index d6405b26b..7cf400ba9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Features: * [API Documentation](#api-documentation) * [Dialect generation](#dialect-generation) * [Testing](#testing) -* [Standards](#standards) +* [Specifications](#specifications) * [Links](#links) ## Installation @@ -93,15 +93,14 @@ If you want to hack the library and test the results, unit tests can be launched make test ``` -## Standards +## Specifications -* Mavlink - - * [main website](https://mavlink.io/en/) - * [packet format](https://mavlink.io/en/guide/serialization.html) - * [common dialect](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/common.xml) - -* [Golang project layout](https://github.com/golang-standards/project-layout) +|name|area| +|----|----| +|[main website](https://mavlink.io/en/)|protocol| +|[packet format](https://mavlink.io/en/guide/serialization.html)|protocol| +|[common dialect](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/common.xml)|dialects| +|[Golang project layout](https://github.com/golang-standards/project-layout)|project layout| ## Links