Skip to content

Commit e18f542

Browse files
committed
syntax test
1 parent ca7cee7 commit e18f542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The following outlines the general use of the library in an Arduino Sketch.
3232

3333
At the start of your sketch, the library header file is included using the following statement:
3434

35-
```c++
35+
~~~c
3636
#include "SparkFun_Soil_Moisture_Sensor.h"
37-
```
37+
~~~
3838

3939
Before the arduino ```setup()``` function, create a Soil Sensor object in your file with the following declaration:
4040

0 commit comments

Comments
 (0)