diff --git a/docs/readme.md b/docs/readme.md index 2a2608a..5e8adf7 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,7 +1,7 @@ # Arduino RS485 library -The Arduino RS485 library enables you to send and receive data using the RS-485 standard with Arduino® RS485 Shields, like the MKR 485 Shield. Please refer to the MKR RS485 Shield documentation for the specific settings about half, full duplex, and termination. +The Arduino RS485 library enables you to send and receive data using the RS-485 standard with Arduino® RS485 Shields, like the MKR 485 Shield. Please refer to the [MKR RS485 Shield](https://www.arduino.cc/en/Guide/MKR485Shield) documentation for the specific settings about half, full duplex, and termination. This library supports the MAX3157 and equivalent chipsets. @@ -9,4 +9,4 @@ To use this library: ``` #include -``` \ No newline at end of file +```