diff --git a/README.md b/README.md index a8f2539..3325e1f 100644 --- a/README.md +++ b/README.md @@ -168,15 +168,12 @@ Example tree with contents: Here `com.example.hello` is a package with a REST API and a static page and `foobar.me` is a WALNUT-configured domain (smithfam.net, etc). + +The packages: + ``` /srv/walnut/packages/ ├── api -├── client-api-grants -│ └── cloud.foobar.me -│ ''' -│ com.example.hello # refers to /srv/walnut/packages/rest/com.example.hello -│ ''' -│ ├── pages │ └── com.example.hello │ └── index.html @@ -208,7 +205,19 @@ and `foobar.me` is a WALNUT-configured domain (smithfam.net, etc). │ │ ''' │ -├── services +└── services +``` + +The permissions: + +``` +/srv/walnut/packages/ +├── client-api-grants +│ └── cloud.foobar.me +│ ''' +│ com.example.hello # refers to /srv/walnut/packages/rest/com.example.hello +│ ''' +│ └── sites └── daplie.me '''