Skip to content

Commit

Permalink
docs: Prepare README to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmnk committed Mar 21, 2022
1 parent 3e46012 commit a8e7ebe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

[![PyPI version](https://badge.fury.io/py/botx.svg)](https://badge.fury.io/py/botx)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botx)
[![Coverage](https://codecov.io/gh/ExpressApp/pybotx/branch/next/graph/badge.svg)](https://codecov.io/gh/ExpressApp/pybotx/branch/next)
[![Coverage](https://codecov.io/gh/ExpressApp/pybotx/branch/master/graph/badge.svg)](https://codecov.io/gh/ExpressApp/pybotx/branch/master)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


## Features

* Designed to be ease to use
* Designed to be easy to use
* Simple integration with async web-frameworks
* Support middlewares for command, command-collector and bot
* 100% test coverage
Expand All @@ -19,7 +19,8 @@

## Documentation

Documentation: <https://expressapp.github.io/pybotx/>
Documentation will be here: <https://expressapp.github.io/pybotx/>
For now, pls contact eXpress team, we'll help you.

**Note:** Available only in Russian language

Expand All @@ -29,8 +30,8 @@ Documentation: <https://expressapp.github.io/pybotx/>
Install pybotx using `pip`:

```bash
pip install git+https://github.com/ExpressApp/pybotx.git@next
pip install git+https://github.com/ExpressApp/pybotx.git
```

**Note:** This project is under active development (`0.y.z`) and its API may be
unstable. Please lock the minor version that you are using.
unstable.

1 comment on commit a8e7ebe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.