summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6807dbd..eeb0156 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ computation.
~~~json
{
- "type": "one",
+ "type": "done",
"result": 2
}
~~~
@@ -171,7 +171,7 @@ list of one.
~~~scenario
given server
-when I run client with list consisting of 1
+when I run max-client.py 1
then answer is 0
~~~
@@ -184,6 +184,10 @@ classes:
template: python
bindings:
- oso.yaml
+- lib/daemon.yaml
+- lib/runcmd.yaml
functions:
- oso.py
+- lib/daemon.py
+- lib/runcmd.py
...