From 19d9c089e27c519a5ac091a4b2ab87120ba6138b Mon Sep 17 00:00:00 2001 From: pedalPusher68 Date: Fri, 24 Nov 2017 13:49:02 -0500 Subject: [PATCH] fix some formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f3fb3f..628d738 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This is a port of the [Adafruit Arduino driver for the HTU21D(F) sensor](https:/ Usage is extremely simple.... -in mos.yml, add to **libs:** section, +in _**mos.yml**_, add to **libs:** section, ` - origin: https://github.com/pedalPusher68/arduino-adafruit-htu21df` -in your **init.js**, add something like the following, +in your _**init.js**_, add something like the following, ```javascript load('api_arduino_htu21df.js');