diff --git a/Porting-to-non-Arduino-Platforms.md b/Porting-to-non-Arduino-Platforms.md index 21151b3..08e8452 100644 --- a/Porting-to-non-Arduino-Platforms.md +++ b/Porting-to-non-Arduino-Platforms.md @@ -1,4 +1,4 @@ -Even though RadioLib was originally written for Arduino, it can run on any platform that can compile C++ code. This pageshows how to install and use RadioLib on any generic platform. Go [here](https://github.com/jgromes/RadioLib/tree/master/examples/NonArduino/Raspberry) to see an example for Raspberry Pi. +Even though RadioLib was originally written for Arduino, it can run on any platform that can compile C++ code. This page shows how to install and use RadioLib on any generic platform. Go [here](https://github.com/jgromes/RadioLib/tree/master/examples/NonArduino/Raspberry) to see an example for Raspberry Pi. To port RadioLib, follow these steps: