Skip to content

Commit 2b108d6

Browse files
authored
Update README.md
1 parent b72da4f commit 2b108d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sqlite3 C API such as `sqlite3_open` can be directly invoked. Before calling ple
1111
```c++
1212
vfs_mount("/SD0", SS); // for Micro SD Shield
1313
File db_file_obj_1; vfs_set_spiffs_file_obj(&db_file_obj_1); // For SPIFFS
14-
`
14+
```
1515
apart from `SPI.begin()` or `SPIFFS.begin()` as appropriate.
1616
1717
The SS Pin is D8 on the Micro SD Shield for WeMos D1 mini. It can be changed accordingly.
@@ -29,8 +29,8 @@ Please download this library, unzip it to the libraries folder of your ESP8266 s
2929
Windows: C:\Users\(username)\AppData\Roaming\Arduino15
3030
Linux: /home/<username>/.arduino15
3131
MacOS: /home/<username>/Library/Arduino15
32-
`
33-
Under Arduino15 folder please navigate to packages/esp8266/hardware/esp8266/<version>/libraries
32+
```
33+
Under Arduino15 folder please navigate to `packages/esp8266/hardware/esp8266/<version>/libraries`
3434
3535
If you do not have the ESP8266 sdk for Arduino, please see http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html for installing it.
3636

0 commit comments

Comments
 (0)