Skip to content

Commit 04f0c86

Browse files
authored
Updated README
1 parent 28693ac commit 04f0c86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ArduinoStreamCommander-MessageTypes
2-
ArduinoStreamCommander-MessageTypes contains a set of standard message types used by the [https://github.com/je-s/ArduinoStreamCommander](ArduinoStreamCommander).
2+
ArduinoStreamCommander-MessageTypes contains a set of standard message types used by the [ArduinoStreamCommander](https://github.com/je-s/ArduinoStreamCommander).
33

44
The `MessageType`-Class can be resused in other software written in C++, since it is also compatible to ISO-C++'s `std::string`-container.
55
# Folder structure
66
* `src` contains the source code.
77
# Installing and using ArduinoStreamCommander-MessageTypes with the Arduino IDE
8-
* To install the library either clone and ZIP the folder, or download one of the releases. After that follow the instructions [https://www.arduino.cc/en/Guide/Libraries#toc2](here).
8+
* To install the library either clone and ZIP the folder, or download one of the releases. After that follow the instructions [here](https://www.arduino.cc/en/Guide/Libraries#toc2).
99
* In order to use ArduinoStreamCommander-MessageTypes, `<MessageTypes.hpp>` needs to be included.
1010
# Usage
1111
The name (as `String` [Arduino Environment] or as `std::string` [in ISO-C++]) of a particular message type can be accessed by (for example): `MessageType::PING`.
1212

13-
For further information regarding the meanings/intentions of the different message types, please see the [https://github.com/je-s/ArduinoStreamCommander](ArduinoStreamCommander) README file.
13+
For further information regarding the meanings/intentions of the different message types, please see the [ArduinoStreamCommander](https://github.com/je-s/ArduinoStreamCommander) README file.

0 commit comments

Comments
 (0)