Skip to content

Commit

Permalink
style: Run Prettier (#10604)
Browse files Browse the repository at this point in the history
style: prettier
  • Loading branch information
Jiralite authored Nov 17, 2024
1 parent c8977f2 commit 28d5c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/voice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try installing another.
**Encryption Libraries (npm install):**

> [!NOTE]
> You only need to install one of these libraries if your system does not support `aes-256-gcm` (verify by running `require('node:crypto').getCiphers().includes('aes-256-gcm')`).
> You only need to install one of these libraries if your system does not support `aes-256-gcm` (verify by running `require('node:crypto').getCiphers().includes('aes-256-gcm')`).
- `sodium-native`: ^3.3.0
- `sodium`: ^3.0.2
Expand Down

0 comments on commit 28d5c84

Please sign in to comment.