Skip to content

Commit d6d1eeb

Browse files
committed
Fix typo
1 parent e2a55f0 commit d6d1eeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Similarly, there are cases where you have a `String`, but you need to pass a `St
310310
How to use EEPROM as a stream?
311311
------------------------------
312312

313-
SteamUtils also allows using EEPROM as a stream. Create an instance of `EepromStream` and specify the start address and the size of the region you want to expose.
313+
StreamUtils also allows using EEPROM as a stream. Create an instance of `EepromStream` and specify the start address and the size of the region you want to expose.
314314

315315
![EepromStream](https://github.com/bblanchon/ArduinoStreamUtils/raw/master/extras/images/EepromStream.svg)
316316

@@ -333,7 +333,7 @@ deserializeJson(doc, eepromStream);
333333
How to use `PROGMEM` as a stream?
334334
------------------------------
335335

336-
SteamUtils also allows reading `PROGMEM` buffers with a `Stream` interface.
336+
StreamUtils also allows reading `PROGMEM` buffers with a `Stream` interface.
337337

338338
![ProgmemStream](https://github.com/bblanchon/ArduinoStreamUtils/raw/master/extras/images/ProgmemStream.svg)
339339

extras/test/cores/stm32f4/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ target_compile_definitions(Stm32F4Core
1616
ARDUINO_ARCH_STM32F4
1717
)
1818

19-
add_streamutils_test(SteamUtilsTestStm32F4 Stm32F4Core)
19+
add_streamutils_test(StreamUtilsTestStm32F4 Stm32F4Core)

0 commit comments

Comments
 (0)