diff --git a/NeoBitmapFile-object.md b/NeoBitmapFile-object.md index 71557d5..4839b40 100644 --- a/NeoBitmapFile-object.md +++ b/NeoBitmapFile-object.md @@ -13,7 +13,7 @@ NeoPixelBus strip(PixelCount, PixelPin); NeoBitmapFile image; ``` -The other template class is the class type used by your library to represent a file. It must follow standard Arduino File API. Generally, just passing `File` like above is normal. For Esp8266, you pass a SPIFFS File type allowing this to read from SPIFFs library. +The other template class is the class type used by your library to represent a file. It must follow standard Arduino File API. Generally, just passing `File` like above is normal. For Esp8266, you may pass a SPIFFS File type allowing this to read from SPIFFs library. ## How to render the image