Skip to content

Commit 82376d4

Browse files
Added missing dependency in example (#19)
1 parent 0149452 commit 82376d4

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
@@ -11,7 +11,7 @@ npm install react-audio-visualize
1111
![screenshot](./assets/AudioVisualizer.png)
1212

1313
```js
14-
import React, { useState } from 'react';
14+
import React, { useState, useRef } from 'react';
1515
import { AudioVisualizer } from 'react-audio-visualize';
1616

1717
const Visualizer = () => {

0 commit comments

Comments
 (0)