Skip to content

Commit d393a25

Browse files
authored
Merge pull request #83 from per1234/correct-header
Correct header file name in documentation
2 parents ed6772a + e5ed42b commit d393a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library allows an enables an Arduino based on SAMD architectures (es. [Zero
55
To use this library
66

77
``` arduino
8-
#include <RTC.h>
8+
#include <RTCZero.h>
99
```
1010

1111
## Examples

0 commit comments

Comments
 (0)