Skip to content

Commit 9feec74

Browse files
committed
chore(readme): fix example / include test badges
1 parent 7900ae3 commit 9feec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# @discordjs/opus
1+
# @discordjs/opus [![Build](https://github.com/discordjs/opus/workflows/Build/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3ABuild) [![Prebuild](https://github.com/discordjs/opus/workflows/Prebuild/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3APrebuild)
22
> Native bindings to libopus v1.3
33
44
## Usage
55

66
```js
7-
const { OpusEncoder } = require('@discodjs/opus');
7+
const { OpusEncoder } = require('@discordjs/opus');
88

99
// Create the encoder.
1010
// Specify 48kHz sampling rate and 2 channel size.

0 commit comments

Comments
 (0)