Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
prohetamine committed Feb 9, 2022
1 parent 668581f commit faa6248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm install https://github.com/prohetamine/radio-station

Connecting the module

```sh
```javascript
const RadioStation = require('radio-station')
```

Expand All @@ -58,6 +58,7 @@ The Object [RadioStation](#radiostation) has only one method to create which is
| debug | boolean | true | none | enables debugging mode |
| mainPort | number | false | no | outputs the main port to the console |


```javascript
const { create } = require('radio-station')

Expand Down
3 changes: 2 additions & 1 deletion README/russian.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm install https://github.com/prohetamine/radio-station

Подключение модуля

```sh
```javascript
const RadioStation = require('radio-station')
```

Expand All @@ -58,6 +58,7 @@ const RadioStation = require('radio-station')
| debug | boolean | true | нет | включает режим отладки |
| mainPort | number | false | нет | выводит основной порт в консоль |


```javascript
const { create } = require('radio-station')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radio-station",
"version": "0.0.21",
"version": "0.0.22",
"description": "🎙 📡 A free radio station on node js with a simple setup and the ability to conduct live broadcasts on the site",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit faa6248

Please sign in to comment.