Skip to content

Commit 5e98acc

Browse files
authored
Update README.md
1 parent f7909b6 commit 5e98acc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# fastpanel-api
22
NodeJS API client for FastPanel
33

4+
## Установка
5+
6+
> npm install fastpanel-api -s
7+
48
## Пример
59

610
```js
7-
const api = require('./index');
11+
const api = require('fastpanel-api');
812

913
const Api = new api('https://cp.mayerdev.com');
1014

0 commit comments

Comments
 (0)