Skip to content

Commit 50fa983

Browse files
authored
-
1 parent 600da29 commit 50fa983

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Let you create your own livestream radio.
33

44
## Installation
5-
Before installing OpenRadio, You must have **ffmpeg** installed at your system.
5+
Before installing OpenRadio, You must have [ffmpeg](https://ffmpeg.org) installed on your system.
66
```bash
77
# OpenRadio CLI Installation
88
npm install -g openradio
@@ -34,4 +34,4 @@ openradio 8080
3434
- [Example](https://github.com/Yonle/openradio/tree/radio/example)
3535

3636
## Community
37-
[Discord](https://discord.gg/9S3ZCDR)
37+
- [Telegram](https://t.me/yonlecoder)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openradio",
3-
"version": "latest",
3+
"version": "1.1.32",
44
"description": "Let you create your own livestream radio.",
55
"main": "./core",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "Yonle",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"prism-media": "^1.2.9",
17+
"prism-media": "^1.x",
1818
"throttle": "^1.0.3"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)