Skip to content

Commit 85f00b5

Browse files
authored
docs: update README.md
1 parent df925ce commit 85f00b5

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
@@ -43,7 +43,7 @@ export default function App() {
4343
const [result, setResult] = useState<AmplitudeData[]>([]);
4444

4545
useEffect(() => {
46-
analyzeAudio('<uri to audio file>')
46+
analyzeAudio('<uri to audio file>') // Local location on disk. !Important!: You must take care of downloading the file and give the application reading permissions
4747
.then(res => setResult(res))
4848
.catch(err => {
4949
// handle error

0 commit comments

Comments
 (0)