Skip to content

Commit 32d36b6

Browse files
Update README.md
Fix typos
1 parent 58963ff commit 32d36b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void setSize(uint16_t w, uint16_t h);
4444
bool resizeTilesCache(uint8_t numberOfTiles);
4545
```
4646

47-
- If the cache is not resized before the first call to fetchMap, it will automatically initialize with space for 10 tiles on the first fetch.
47+
- If the cache is not resized before the first call to `fetchMap`, it will automatically initialize with space for 10 tiles on the first fetch.
4848
- Each tile allocates 128 kB psram.
4949
- The cache content is cleared before resizing.
5050

0 commit comments

Comments
 (0)