From e8641f9cb7debfb46d1da2131d7b3d016cfe1dfa Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 11 Mar 2020 16:25:00 -0700 Subject: [PATCH] Fix urls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 907b818..1dd4a72 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ with the following MCUs: ## Supported Mitsubishi Climate Units The underlying HeatPump library works with a number of Mitsubishi HeatPump units. Basically, if the unit has a CN105 header on the main board, it should -work with this library. The (HeatPump -wiki)[https://github.com/SwiCago/HeatPump/wiki/Supported-models] has a more +work with this library. The [HeatPump +wiki](https://github.com/SwiCago/HeatPump/wiki/Supported-models) has a more exhaustive list. The whole integration with this libary and the underlying HeatPump has been tested by the author on the following units: -* MSZ-GL06NA -* MFZ-KA09NA +* `MSZ-GL06NA` +* `MFZ-KA09NA` ## Usage ### Step 1: Build a control circuit as detailed in the SwiCago/HeatPump README.