Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhaillav authored Mar 29, 2023
2 parents 568b13e + 30a0ae0 commit 4b95936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
tests
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
- [Лицензия](#лицензия)

## Возможности
- Функции названы именем апи, к которому они велут
- Функции названы именем апи, к которому они ведут
- Каждый метод задокументирован по стандартам JSdoc
- Поддержка платежки glolime (оплата еды в столовой)

## Установка
```
npm i spb_dnevnik
```

## Примеры
```js
const { dnevnik2 } = require("spb_dnevnik"); // импорт
Expand Down

0 comments on commit 4b95936

Please sign in to comment.