diff options
author | Ben Sima <ben@bsima.me> | 2020-04-01 17:16:56 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-01 18:34:27 -0700 |
commit | 67303d8890806a817e5eef34582900f37d5c03eb (patch) | |
tree | 4c0d573d88e45d1a1474cb25421e23a031ee6f05 /Run/Que/index.md | |
parent | a4f34429f343b775efb69971267980c7d42c9690 (diff) |
Make pub the only publically-writable namespace
Diffstat (limited to 'Run/Que/index.md')
-rw-r--r-- | Run/Que/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Run/Que/index.md b/Run/Que/index.md index beca49d..c0f5105 100644 --- a/Run/Que/index.md +++ b/Run/Que/index.md @@ -10,7 +10,7 @@ que.run is the concurrent, async runtime in the cloud - async programming as easy as running two terminal commands HTTP routes on `que.run` are Golang-like channels with a namespace and a -path. For example: `https://que.run/example/path/subpath`. +path. For example: `https://que.run/pub/path/subpath`. ## Quickstart |