Skip to content

Commit

Permalink
fix(readme): missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Nelson committed Nov 9, 2019
1 parent 3d3c46c commit e1f1527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Both log
## Encoding tracks

```js
import { encode, decode } from "lavaplayer-track-info";
import { encode, decode } from "@lavalink/encoding";

const track = "QAAAkwIANFNrcmlsbGV4ICYgSGFic3RyYWt0IC0gQ2hpY2tlbiBTb3VwIFtPZmZpY2lhbCBBdWRpb10ABU9XU0xBAAAAAAADLIAACzIyTVdyV1BWX1FNAAEAK2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9MjJNV3JXUFZfUU0AB3lvdXR1YmUAAAAAAAAAAA==";

Expand Down

0 comments on commit e1f1527

Please sign in to comment.