Skip to content

Commit c0dd60f

Browse files
Update README with library header change
1 parent ef32cc7 commit c0dd60f

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
@@ -7,7 +7,7 @@ This library adds support for the `printf()` function to Arduino projects. This
77
To use this library in your Arduino project, you need to include the header:
88

99
```
10-
#include ArduinoPrintf.h
10+
#include LibPrintf.h
1111
```
1212

1313
By default, the library can be used without any special initialization. The `Serial` object is the default output target. You must still initialize the `Serial` object in `setup()`, the library will not do this for you.

0 commit comments

Comments
 (0)