]> Entropealabs - wampex_router.git/commitdiff
update README
authorChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 01:26:44 +0000 (20:26 -0500)
committerChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 01:26:44 +0000 (20:26 -0500)
README.md

index 1aefc65da5893385ddb72e1e06a8d487d5089b70..5c1f280346c37502816dcad2924a7f4b26671e17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,15 +10,15 @@ ClusterKV utilizes [libring](https://github.com/bitwalker/libring) and [libclust
 
 This is used for session level things like subscriptions and registrations.
 
-For persistant data such as users, realms, roles, device shadows, etc it utilizes CockroachDB. It uses the ecto and the postgres driver, so it should be compatible with a Postgresql server as well (not tested).
+For persistant data such as users, realms, roles, device shadows, etc it utilizes CockroachDB. It uses Ecto and the postgrex driver, so it should be line compatible with a Postgresql server as well (not tested).
 
 The Basic Profile is fully supported, as is "wampcra" authentication. In fact, you must authenticate in order to interact with the server.
 
-There are several admin routes available by default to create users and roles. `admin.create_user` and `admin_create_realm`
+There are several admin routes available by default to create users and roles. `admin.create_user` and `admin.create_realm`
 
 ## Advanced Profile
 
-In addition to authentication, prefix and pattern matching are also supported for PubSub subscriptions.
+In addition to authentication, [pattern-based subscriptions](https://wamp-proto.org/_static/gen/wamp_latest.html#pattern-based-subscriptions) are also supported.
 
 Initial support for progressive call results for RPC is also available.