Skip to content

Commit 58fd1e2

Browse files
authored
Correct header filename in documentation
The reference home page contained an incorrect header file name "AudioSound.h" in the sample `#include` directive. The correct header file name is `ArduinoSound.h`
1 parent 4ad4743 commit 58fd1e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/readme.md

+1-2
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)