Skip to content

Commit

Permalink
README typo
Browse files Browse the repository at this point in the history
Alper Kürşat committed Jan 5, 2022
1 parent 4800b2b commit 1c2b2ed
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -10,13 +10,10 @@ Tested Node version: [15.4.0](https://github.com/nodejs/node/releases/tag/v15.4.

- You don't have to think about the order of the arguments, same as official API
- Smallest size(< 4 kb)
- Minimal dependencies (request-promise)
- Minimal dependencies
- Future-proof (Only types will added on Telegram API changes)
- [Bent](https://github.com/mikeal/bent) as http requester

## Resources

- [Official Telegram Bot API Documentation](https://core.telegram.org/bots/api)

## Getting started

@@ -58,6 +55,12 @@ fs.writeFileSync("fileName.ext", file)
...
```

No need for extra documentation, methods and parameters explained in Official Telegram Bot API Documentation

## Resources

- [Official Telegram Bot API Documentation](https://core.telegram.org/bots/api)

### License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botocrat/telegram",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./src/index.js",
"types": "./types/index.d.ts",

0 comments on commit 1c2b2ed

Please sign in to comment.