diff --git a/documentation/BrushedCanvas.png b/documentation/BrushedCanvas.png new file mode 100644 index 0000000..b11ca53 Binary files /dev/null and b/documentation/BrushedCanvas.png differ diff --git a/documentation/glossary.md b/documentation/glossary.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/documentation/glossary.md @@ -0,0 +1 @@ + diff --git a/readme.md b/readme.md index 9e02645..a0de667 100644 --- a/readme.md +++ b/readme.md @@ -44,4 +44,6 @@ To give it a spin execute the following code. ]. dish present: (Dictionary newFrom: {#target -> #turtle. 0 -> #reset}). - [ dish present: (Dictionary newFrom: {#target -> #turn}) ] fork. \ No newline at end of file + [ dish present: (Dictionary newFrom: {#target -> #turn}) ] fork. +## Expected result +![BrushedCanvas](documentation/BrushedCanvas.png)