Skip to content

Commit

Permalink
Merge pull request #19 from Otto-AA/patch-1
Browse files Browse the repository at this point in the history
Fix headers in README.md
  • Loading branch information
galpressman committed Aug 24, 2018
2 parents 9828cc2 + fdcefe8 commit b11540a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,9 +1,9 @@
#![matrigram][logo]matrigram
# ![matrigram][logo]matrigram
[![Build Status](https://travis-ci.org/GalPressman/matrigram.svg?branch=master)](https://travis-ci.org/GalPressman/matrigram) [![Documentation Status](https://readthedocs.org/projects/matrigram/badge/?version=latest)](http://matrigram.readthedocs.io/en/latest/?badge=latest)

A bridge between *[matrix](https://www.matrix.org)* and *[telegram](https://www.telegram.org)*.

###Installation
### Installation
Clone the repository:
```bash
$ git clone https://github.com/GalPressman/matrigram.git
Expand All @@ -14,7 +14,7 @@ Install dependencies using:
$ pip install -r requirements.txt
```

###Usage
### Usage
First fill `~/.matrigramconfig` with your details (similar to `config.json.example`).
If the config file doesn't exist, matrigram will create one for you to fill.

Expand All @@ -23,10 +23,10 @@ Run using `matrigram_main.py`, which will enter an infinite listening loop:
mg.message_loop(run_forever='-I- matrigram running...')
```

###Documentation
### Documentation
The documentation is hosted on [Read the Docs](http://matrigram.readthedocs.org).

###Comaptibility
### Comaptibility
matrigram works on python2.7.

We constantly update our [matrix-python-sdk](https://github.com/matrix-org/matrix-python-sdk) version, so
Expand Down

0 comments on commit b11540a

Please sign in to comment.