Skip to content

Commit 9766fd1

Browse files
authored
Merge pull request #39 from per1234/fix-include
Correct header filename in documentation
2 parents 4ad4743 + 58fd1e2 commit 9766fd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ This library provides simple way to play and analyze audio data using Arduino on
55
To use this library:
66

77
```
8-
#include <AudioSound.h>
8+
#include <ArduinoSound.h>
99
```
10-

0 commit comments

Comments
 (0)