upm: update to version 0.1.8
[contrib/upm.git] / docs / max31855.md
index 66ee214..564855b 100644 (file)
@@ -93,5 +93,5 @@ target_link_libraries (max31855-example max31855 ${CMAKE_THREAD_LIBS_INIT})
 ~~~~~~~~~~~
 
 Note you dont have to rebuild everything, cmake keeps target lists so if you
-named your example target <modulename>-example you can simply do make
+named your example target modulename-example you can simply do make
 max31855-example and both the library & example will build.