summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 05:29:24 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 05:29:24 +0200
commitad20709eb547851dd801bcbd0a705c2518594973 (patch)
tree62f67fa55ffb31d448dff0941a912ddb3c0836d1 /README.md
parentMerge branch 'docs-review' into 'master' (diff)
package preparation
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2a5e97..71e5e92 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Library that adds the Matrix Application Service API to Phoenix applications.
Add this library to your dependencies in `mix.exs`
-```
+```elixir
defp deps do
[...]
{:matrix_app_service, "~> 0.1.0"}
@@ -25,6 +25,7 @@ See [documentation](https://kazarma.gitlab.io/matrix_app_service.ex).
* [x] Room query
* [x] Transaction push
* [ ] Third party indications
+* [ ] Allow usage of own Phoenix endpoint
* [ ] Bridge functionalities: relations between local and remote rooms
* [ ] Bridge functionalities: handling of remote sessions
* [ ] Conveniences for building bots