summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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